aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorXiongfeng Wang <[email protected]>2020-04-29 20:10:18 +0800
committerMartin K. Petersen <[email protected]>2020-04-29 22:14:23 -0400
commit6f41f08c88c59ae6e32d32563c9af73ae2d71ece (patch)
tree9e70b8a68ab18ec9e213e7bbb7210540429d0c19 /tools/perf/scripts/python
parent4a4c0cfb4be74e216dd4446b254594707455bfc6 (diff)
scsi: dpt_i2o: Remove always false 'chan < 0' statement
The channel index is represented by an unsigned variable 'u32 chan'. We don't need to check whether it is less than zero, the 'chan < 0' statement is always false. Remove it. Link: https://lore.kernel.org/r/[email protected] Reported-by: Hulk Robot <[email protected]> Signed-off-by: Xiongfeng Wang <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions