diff options
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx_osm_pci.c')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_osm_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c b/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c index 89d737ee551a..45ad438c9943 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c +++ b/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c | |||
@@ -208,8 +208,7 @@ ahc_linux_pci_dev_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
208 | return (-error); | 208 | return (-error); |
209 | } | 209 | } |
210 | pci_set_drvdata(pdev, ahc); | 210 | pci_set_drvdata(pdev, ahc); |
211 | if (aic7xxx_detect_complete) | 211 | ahc_linux_register_host(ahc, &aic7xxx_driver_template); |
212 | ahc_linux_register_host(ahc, &aic7xxx_driver_template); | ||
213 | return (0); | 212 | return (0); |
214 | } | 213 | } |
215 | 214 | ||