aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorLee Jones <[email protected]>2020-07-06 14:33:34 +0100
committerGreg Kroah-Hartman <[email protected]>2020-07-09 17:19:58 +0200
commitbeb368a4b9cbe67894354b884fa34e8e2e701a92 (patch)
treed3454c719e1bfdc98b00cab848049eec79ed0dfd /include/linux/debugobjects.h
parente6b073dea39bd8bfb02e05f46f27d94dc006e91c (diff)
usb: early: ehci-dbgp: Remove set but never checked variable 'ret'
'ret' hasn't been checked since the driver's inception in 2009. Fixes the following W=1 kernel build warning(s): drivers/usb/early/ehci-dbgp.c: In function ‘early_dbgp_write’: drivers/usb/early/ehci-dbgp.c:915:13: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable] 915 | int chunk, ret; | ^~~ Cc: Sumit Garg <[email protected]> Cc: Daniel Thompson <[email protected]> Cc: Douglas Anderson <[email protected]> Cc: Petr Mladek <[email protected]> Cc: Yinghai Lu <[email protected]> Cc: Jason Wessel <[email protected]> Signed-off-by: Lee Jones <[email protected]> Acked-by: "Eric W. Biederman" <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions