diff options
author | 2022-08-05 12:56:52 +0100 | |
---|---|---|
committer | 2022-08-31 23:39:57 -0400 | |
commit | f0ee639adb78753377da3d125d7d72531026bca1 (patch) | |
tree | 124a0e6349bee4aaf05deb3d2f02b5a6041a36af /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | scsi: megaraid: Remove redundant assignment to variable mfiStatus (diff) | |
download | linux-dev-f0ee639adb78753377da3d125d7d72531026bca1.tar.xz linux-dev-f0ee639adb78753377da3d125d7d72531026bca1.zip |
scsi: st: Remove redundant variable pointer stp
Variable stp is assigned a value that is never read, the assignment and the
variable stp are redundant and can be removed.
Cleans up clang scan build warning:
drivers/scsi/st.c:4253:7: warning: Although the value stored to 'stp'
is used in the enclosing expression, the value is never actually
read from 'stp' [deadcode.DeadStores]
Link: https://lore.kernel.org/r/20220805115652.2340991-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions