Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=68c96e5960e6f4b0ce7cf6034f252294484f78a8
Commit:     68c96e5960e6f4b0ce7cf6034f252294484f78a8
Parent:     970ea2941199f9c5f3b4faffd68e7e9a4505de8e
Author:     Brian King <[EMAIL PROTECTED]>
AuthorDate: Thu Apr 26 16:00:07 2007 -0500
Committer:  James Bottomley <[EMAIL PROTECTED]>
CommitDate: Sun May 6 09:33:18 2007 -0500

    [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: Brian King <[EMAIL PROTECTED]>
    Signed-off-by: James Bottomley <[EMAIL PROTECTED]>
---
 drivers/scsi/ipr.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c
index f7af86f..818ebf3 100644
--- a/drivers/scsi/ipr.c
+++ b/drivers/scsi/ipr.c
@@ -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
 };
 
 /**
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to