History log of /linux-master/drivers/scsi/pcmcia/fdomain_cs.c
Revision Date Author Comments
# 632c4ae6 14-Jul-2021 Wei Li <liwei391@huawei.com>

scsi: fdomain: Fix error return code in fdomain_probe()

If request_region() fails the return value is not set. Return -EBUSY on
error.

Link: https://lore.kernel.org/r/20210715032625.1395495-1-liwei391@huawei.com
Fixes: 8674a8aa2c39 ("scsi: fdomain: Add PCMCIA support")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Li <liwei391@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>


# 8674a8aa 27-May-2019 Ondrej Zary <linux@zary.sk>

scsi: fdomain: Add PCMCIA support

Add PCMCIA card support to Future Domain SCSI driver.

Tested with IBM SCSI PCMCIA Adapter 40G1890.

Signed-off-by: Ondrej Zary <linux@zary.sk>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>