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

Commit 68c96e59 authored by Brian King's avatar Brian King Committed by James Bottomley
Browse files

[SCSI] ipr: Allow driver_data to be passed for dynamic ids



Since driver_data for pci ids in the ipr driver is now
just flags, we can allow these to be passed in from userspace
for dynamic ids.

Signed-off-by: default avatarBrian King <brking@linux.vnet.ibm.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 970ea294
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7649,6 +7649,7 @@ static struct pci_driver ipr_driver = {
	.remove = ipr_remove,
	.shutdown = ipr_shutdown,
	.err_handler = &ipr_err_handler,
	.dynids.use_driver_data = 1
};

/**