linux/drivers/scsi/hisi_sas
John Garry 735bcc77e6 scsi: hisi_sas: Fix warnings detected by sparse
This patchset fixes some warnings detected by the sparse tool, like these:
drivers/scsi/hisi_sas/hisi_sas_main.c:1469:52: warning: incorrect type in assignment (different base types)
drivers/scsi/hisi_sas/hisi_sas_main.c:1469:52:    expected unsigned short [unsigned] [assigned] [usertype] tag_of_task_to_be_managed
drivers/scsi/hisi_sas/hisi_sas_main.c:1469:52:    got restricted __le16 [usertype] <noident>
drivers/scsi/hisi_sas/hisi_sas_main.c:1723:52: warning: incorrect type in assignment (different base types)
drivers/scsi/hisi_sas/hisi_sas_main.c:1723:52:    expected unsigned short [unsigned] [assigned] [usertype] tag_of_task_to_be_managed
drivers/scsi/hisi_sas/hisi_sas_main.c:1723:52:    got restricted __le16 [usertype] <noident>

Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2018-12-12 21:23:16 -05:00
..
hisi_sas_main.c scsi: hisi_sas: Fix warnings detected by sparse 2018-12-12 21:23:16 -05:00
hisi_sas_v1_hw.c scsi: hisi_sas: Fix warnings detected by sparse 2018-12-12 21:23:16 -05:00
hisi_sas_v2_hw.c scsi: hisi_sas: Fix warnings detected by sparse 2018-12-12 21:23:16 -05:00
hisi_sas_v3_hw.c scsi: hisi_sas: Fix warnings detected by sparse 2018-12-12 21:23:16 -05:00
hisi_sas.h scsi: hisi_sas: Fix warnings detected by sparse 2018-12-12 21:23:16 -05:00
Kconfig scsi: hisi_sas: Remove depends on HAS_DMA in case of platform dependency 2018-03-21 18:34:21 -04:00
Makefile scsi: hisi_sas: add skeleton v3 hw driver 2017-06-19 21:31:25 -04:00