[PATCH] Fixup cciss error handling

The previous cciss commit removed the err_out_disable_pdev label, but
there was still a user of that. Fix that up.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
Jens Axboe 2006-12-13 15:44:27 +01:00
Родитель c65fb61b3c
Коммит 2fc2c60df3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2837,7 +2837,7 @@ static int cciss_pci_init(ctlr_info_t *c, struct pci_dev *pdev)
if (err) {
printk(KERN_ERR "cciss: Cannot obtain PCI resources, "
"aborting\n");
goto err_out_disable_pdev;
return err;
}
subsystem_vendor_id = pdev->subsystem_vendor;