Details

[Home]

Issue of the Implementation # L0350

Brief

scsi: 3ware: fix return 0 on the error path of probe

Detailed Description

tw_probe() returns 0 in case of fail of tw_initialize_device_extension(), pci_resource_start() and 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().

Component

linux-kernel 4.18

Accepted

https://lkml.org/lkml/2018/7/27/655
commit

Status

Fixed in kernel v4.19-rc1

[Home]