diff options
author | Rasmus Villemoes | 2022-09-21 13:46:19 +0200 |
---|---|---|
committer | Alexandre Belloni | 2022-10-13 00:17:21 +0200 |
commit | ca35887186b7c53f26c42aee1285ba213adb4365 (patch) | |
tree | 84d2d4b012fa00da0a7b090bc37c6f9ce6038798 /samples/bpf/cpustat_user.c | |
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 <linux@rasmusvillemoes.dk>
Link: https://lore.kernel.org/r/20220921114624.3250848-5-linux@rasmusvillemoes.dk
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'samples/bpf/cpustat_user.c')
0 files changed, 0 insertions, 0 deletions