diff options
author | Harshit Mogalapalli | 2024-01-02 00:52:45 -0800 |
---|---|---|
committer | Martin K. Petersen | 2024-01-11 21:26:26 -0500 |
commit | 567a1e852e872e702b18d271a3dbce2a75efbaff (patch) | |
tree | b2e77f323fcadf3bd0866b61cde10d0cb89a61fc /sound/xen | |
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 <harshit.m.mogalapalli@oracle.com>
Link: https://lore.kernel.org/r/20240102085245.600570-1-harshit.m.mogalapalli@oracle.com
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'sound/xen')
0 files changed, 0 insertions, 0 deletions