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

Commit 1315da30 authored by Moger, Babu's avatar Moger, Babu Committed by James Bottomley
Browse files

[SCSI] scsi_dh_rdac : minor return fix for rdac

parent 35204772
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -853,7 +853,7 @@ static int rdac_bus_attach(struct scsi_device *sdev)
	if (!scsi_dh_data) {
		sdev_printk(KERN_ERR, sdev, "%s: Attach failed\n",
			    RDAC_NAME);
		return 0;
		return -ENOMEM;
	}

	scsi_dh_data->scsi_dh = &rdac_dh;