diff options
author | Andy Shevchenko <[email protected]> | 2023-02-17 21:16:00 +0200 |
---|---|---|
committer | Guenter Roeck <[email protected]> | 2023-04-19 07:08:31 -0700 |
commit | 08d40c1d57b7127cfdebbc0648b57d54e38f2ba7 (patch) | |
tree | b855fe9f6632771d07594b3f0863669d8c5937ef /tools/perf/scripts/python | |
parent | 4a148e9b1ee04e608263fa9536a96214d5561220 (diff) |
hwmon: (nct6775) Drop unneeded casting and conjunction
The 64-bit result will be cut to 32-bit automatically (by compiler)
due to the type of the destination value. No need to have an explicit
casting and especially additional conjunction which does the same.
Signed-off-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions