diff options
author | Rasmus Villemoes <[email protected]> | 2022-09-21 13:46:19 +0200 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2022-10-13 00:17:21 +0200 |
commit | ca35887186b7c53f26c42aee1285ba213adb4365 (patch) | |
tree | 84d2d4b012fa00da0a7b090bc37c6f9ce6038798 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 43a96b9cf67770d4bb46267e1554d3d8b4cf78ac (diff) |
rtc: isl12022: simplify some expressions
These instances of '&client->dev' might as well be spelled 'dev', since
'client' has been computed from 'dev' via 'client =
to_i2c_client(dev)'.
Later patches will get rid of that local variable 'client', so remove
these unnecessary references so those later patches become easier to
read.
Signed-off-by: Rasmus Villemoes <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexandre Belloni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions