diff options
author | Yang Yingliang <[email protected]> | 2021-05-18 13:04:15 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-05-21 14:51:03 +0200 |
commit | c6fa1a96db26b22cdfb2055d8b1a79e8c40b1040 (patch) | |
tree | b8d5f397eecd808ccd1eb731076b382fa7901864 /kernel/sys.c | |
parent | 6a072b2e3722f39c148c2dea35f2485777b3aee5 (diff) |
w1: w1_therm: fix build warning in w1_seq_show()
Fix the following build warning:
drivers/w1/slaves/w1_therm.c: In function ‘w1_seq_show’:
drivers/w1/slaves/w1_therm.c:2059:6: warning: variable ‘rv’ set but not used [-Wunused-but-set-variable]
int rv;
^~
Signed-off-by: Yang Yingliang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'kernel/sys.c')
0 files changed, 0 insertions, 0 deletions