Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2fc2c60d authored by Jens Axboe's avatar Jens Axboe
Browse files

[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: default avatarJens Axboe <jens.axboe@oracle.com>
parent c65fb61b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;