diff options
author | Colin Ian King <[email protected]> | 2023-03-17 14:34:20 +0000 |
---|---|---|
committer | Jan Kara <[email protected]> | 2023-03-21 15:06:06 +0100 |
commit | fae0a2b2077c30f567b6b32c2467e7dda8e1d270 (patch) | |
tree | 06298a3abdb113cd9f5da0928e2344f98ca188b5 /drivers/usb/cdns3/cdns3-debug.h | |
parent | c87d175d0ae715a1cdd9a315253f3fb410fb0421 (diff) |
ext2: remove redundant assignment to pointer end
Pointer is assigned a value that is never read, the assignment is
redundant and can be removed.
Cleans up clang-scan warning:
fs/ext2/xattr.c:555:3: warning: Value stored to 'end' is never read [deadcode.DeadStores]
end = (char *)header + sb->s_blocksize;
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
Message-Id: <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions