linux_dsm_epyc7002/drivers/scsi/hisi_sas
Xiang Chen fba770c668 scsi: hisi_sas: Change return variable type in phy_up_v3_hw()
According to the tool fortify, phy_up_v3_hw() returns signed value, while
it should return an unsigned value.

So change variable "res" from int to irq_return_t.

Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com>
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2019-03-06 19:26:46 -05:00
..
hisi_sas_main.c scsi: hisi_sas: Do some more tidy-up 2019-02-08 18:08:22 -05:00
hisi_sas_v1_hw.c scsi: hisi_sas: Issue internal abort on all relevant queues 2019-02-08 18:08:22 -05:00
hisi_sas_v2_hw.c scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimental 2019-02-08 18:08:22 -05:00
hisi_sas_v3_hw.c scsi: hisi_sas: Change return variable type in phy_up_v3_hw() 2019-03-06 19:26:46 -05:00
hisi_sas.h scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimental 2019-02-08 18:08:22 -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