diff options
author | YueHaibing <[email protected]> | 2019-07-16 16:29:18 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2019-07-16 19:23:23 -0700 |
commit | ba542f20f97e7cee83c50b52ff7418c3ec599796 (patch) | |
tree | 9ef5d647fe0b5c42d2e37fab7317881abb6c44ef /scripts/gdb/linux/modules.py | |
parent | 29774f3f4e5af8f01dc5410e807b32ac6b765106 (diff) |
fs/ufs/super.c: remove set but not used variable 'usb3'
Fixes gcc '-Wunused-but-set-variable' warning:
fs/ufs/super.c: In function ufs_statfs:
fs/ufs/super.c:1409:32: warning: variable usb3 set but not used [-Wunused-but-set-variable]
It is not used since commmit c596961d1b4c ("ufs: fix s_size/s_dsize
users")
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: YueHaibing <[email protected]>
Cc: Evgeniy Dushistov <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions