diff options
Diffstat (limited to 'drivers/scsi/dpt_i2o.c')
-rw-r--r-- | drivers/scsi/dpt_i2o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/dpt_i2o.c b/drivers/scsi/dpt_i2o.c index bc7b84c95db6..7235f94f1191 100644 --- a/drivers/scsi/dpt_i2o.c +++ b/drivers/scsi/dpt_i2o.c | |||
@@ -907,7 +907,7 @@ static int adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev | |||
907 | raptorFlag = TRUE; | 907 | raptorFlag = TRUE; |
908 | } | 908 | } |
909 | 909 | ||
910 | if (pci_request_regions(pDev)) { | 910 | if (pci_request_regions(pDev, "dpt_i2o")) { |
911 | PERROR("dpti: adpt_config_hba: pci request region failed\n"); | 911 | PERROR("dpti: adpt_config_hba: pci request region failed\n"); |
912 | return -EINVAL; | 912 | return -EINVAL; |
913 | } | 913 | } |