summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/dc395x.c
diff options
context:
space:
mode:
authorAnton Vasilyev2018-07-27 15:51:57 +0200
committerMartin K. Petersen2018-07-31 05:17:53 +0200
commit4dc98c1995482262e70e83ef029135247fafe0f2 (patch)
tree8d71d32c2cf48ad64eefd80085dda9e667baad07 /drivers/scsi/dc395x.c
parentscsi: atp870u: Replace mdelay() with msleep() (diff)
downloadkernel-qcow2-linux-4dc98c1995482262e70e83ef029135247fafe0f2.tar.gz
kernel-qcow2-linux-4dc98c1995482262e70e83ef029135247fafe0f2.tar.xz
kernel-qcow2-linux-4dc98c1995482262e70e83ef029135247fafe0f2.zip
scsi: 3ware: fix return 0 on the error path of probe
tw_probe() returns 0 in case of fail of tw_initialize_device_extension(), pci_resource_start() or tw_reset_sequence() and releases resources. twl_probe() returns 0 in case of fail of twl_initialize_device_extension(), pci_iomap() and twl_reset_sequence(). twa_probe() returns 0 in case of fail of tw_initialize_device_extension(), ioremap() and twa_reset_sequence(). The patch adds retval initialization for these cases. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Anton Vasilyev <vasilyev@ispras.ru> Acked-by: Adam Radford <aradford@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/dc395x.c')
0 files changed, 0 insertions, 0 deletions