linux/drivers/scsi/qedf
Dan Carpenter 0d2fc3b48b scsi: qedf: Cleanup the type of io_log->op
We store sc_cmd->cmnd[0] which is an unsigned char in io_log->op so
this should also be unsigned char.  The other thing is that this is
displayed in the debugfs:

	seq_printf(s, "0x%02x:", io_log->op);

Smatch complains that the formatting won't work for negative values so
changing it to unsigned silences that warning as well.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Chad Dupuis <chad.dupuis@cavium.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2017-05-08 21:51:39 -04:00
..
drv_fcoe_fw_funcs.c qedf: fix wrong le16 conversion 2017-03-23 11:56:08 -07:00
drv_fcoe_fw_funcs.h qed*: Utilize Firmware 8.15.3.0 2017-03-13 15:33:09 -07:00
drv_scsi_fw_funcs.c qed*: Utilize Firmware 8.15.3.0 2017-03-13 15:33:09 -07:00
drv_scsi_fw_funcs.h qed*: Utilize Firmware 8.15.3.0 2017-03-13 15:33:09 -07:00
Kconfig
Makefile qed*: Utilize Firmware 8.15.3.0 2017-03-13 15:33:09 -07:00
qedf_attr.c
qedf_dbg.c
qedf_dbg.h scsi: qedf: Fix defective logging format and argument mismatches 2017-03-06 22:38:52 -05:00
qedf_debugfs.c scsi: qedi: qedf: Use designated initializers 2017-04-19 22:10:25 -04:00
qedf_els.c scsi: qedf: properly update arguments position in function call 2017-05-08 21:48:31 -04:00
qedf_fip.c scsi: qedf: Fix crash due to unsolicited FIP VLAN response. 2017-04-07 17:07:15 -04:00
qedf_hsi.h
qedf_io.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-03-15 11:59:10 -07:00
qedf_main.c scsi: qedf: Fix crash due to unsolicited FIP VLAN response. 2017-04-07 17:07:15 -04:00
qedf_version.h
qedf.h scsi: qedf: Cleanup the type of io_log->op 2017-05-08 21:51:39 -04:00