diff options
author | 2021-11-30 12:38:12 -0800 | |
---|---|---|
committer | 2021-12-06 22:17:18 -0500 | |
commit | 9f9b7fa946beaa36681a7011a286da7cbb953816 (patch) | |
tree | fcfae9f7ab1002730a77ef361105c50ad4e4116b /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | scsi: hisi_sas: Use non-atomic bitmap functions when possible (diff) | |
download | linux-dev-9f9b7fa946beaa36681a7011a286da7cbb953816.tar.xz linux-dev-9f9b7fa946beaa36681a7011a286da7cbb953816.zip |
scsi: qedi: Fix SYSFS_FLAG_FW_SEL_BOOT formatting
The format used for formatting SYSFS_FLAG_FW_SEL_BOOT creates the
following warning:
drivers/scsi/qedi/qedi_main.c:2259:35: warning: format specifies type
'char' but the argument has type 'int' [-Wformat]
rc = snprintf(buf, 3, "%hhd\n",
SYSFS_FLAG_FW_SEL_BOOT);
Fix this to cast the constant as a char since the intention is to print it
via sysfs as a byte.
Link: https://lore.kernel.org/r/20211130203813.12138-2-f.fainelli@gmail.com
Reported-by: kernel test robot <lkp@intel.com>
Acked-by: Manish Rangankar <mrangankar@marvell.com>
Signed-off-by: Florian Fainelli <f.fainelli@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