tree f37ca7a3bd02f4eac8bb5b62d0068451666569f9
parent 5c44cd2afad3f7b015542187e147a820600172f1
author Salyzyn, Mark <[EMAIL PROTECTED]> Tue, 09 Aug 2005 20:57:58 -0400
committer James Bottomley <[EMAIL PROTECTED](none)> Tue, 09 Aug 2005 22:09:53 
-0500

[SCSI] dpt_i2o pci_request_regions fix

Originally From: Andrew Morton <[EMAIL PROTECTED]>

Altered By: "Salyzyn, Mark" <[EMAIL PROTECTED]>

There is an additional 'build fix' patch that Andrew Morton submitted on
the kernel list (I have changed out his dpr_i2o with dpt_i2o below
though).

Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: James Bottomley <[EMAIL PROTECTED]>

 drivers/scsi/dpt_i2o.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/dpt_i2o.c b/drivers/scsi/dpt_i2o.c
--- a/drivers/scsi/dpt_i2o.c
+++ b/drivers/scsi/dpt_i2o.c
@@ -907,7 +907,7 @@ static int adpt_install_hba(struct scsi_
                raptorFlag = TRUE;
        }
 
-       if (pci_request_regions(pDev)) {
+       if (pci_request_regions(pDev, "dpt_i2o")) {
                PERROR("dpti: adpt_config_hba: pci request region failed\n");
                return -EINVAL;
        }
-
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