diff options
author | Colin Ian King <[email protected]> | 2017-11-17 15:29:57 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-11-17 16:10:03 -0800 |
commit | eecd7f4f5b9c2021dbde0a361b365f5970db52aa (patch) | |
tree | c91888b094d7746f5581319ed29d1fe8b159736b /tools | |
parent | 15ec37185ec66b8e199188bf8df3e7baf50ef77d (diff) |
fat: remove redundant assignment of 0 to slots
The variable slots is being assigned a value of zero that is never read,
slots is being updated again a few lines later. Remove this redundant
assignment.
Cleans clang warning: Value stored to 'slots' is never read
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: OGAWA Hirofumi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions