diff options
author | Harshit Mogalapalli <[email protected]> | 2024-01-02 00:52:45 -0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2024-01-11 21:26:26 -0500 |
commit | 567a1e852e872e702b18d271a3dbce2a75efbaff (patch) | |
tree | b2e77f323fcadf3bd0866b61cde10d0cb89a61fc /tools/perf/scripts/python/bin | |
parent | 904fdd2062f3101fb09db8ee077abf7ffd95e538 (diff) |
scsi: fcoe: Fix unsigned comparison with zero in store_ctlr_mode()
ctlr->mode is of unsigned type, it is never less than zero.
Fix this by using an extra variable called 'res', to store return value
from sysfs_match_string() and assign that to ctlr->mode on the success
path.
Fixes: edc22a7c8688 ("scsi: fcoe: Use sysfs_match_string() over fcoe_parse_mode()")
Signed-off-by: Harshit Mogalapalli <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Hannes Reinecke <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions