diff options
Diffstat (limited to 'drivers/scsi/hptiop.c')
-rw-r--r-- | drivers/scsi/hptiop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/hptiop.c b/drivers/scsi/hptiop.c index 645f7cdf21ab..0729f150b33a 100644 --- a/drivers/scsi/hptiop.c +++ b/drivers/scsi/hptiop.c | |||
@@ -1157,7 +1157,7 @@ free_pci_regions: | |||
1157 | disable_pci_device: | 1157 | disable_pci_device: |
1158 | pci_disable_device(pcidev); | 1158 | pci_disable_device(pcidev); |
1159 | 1159 | ||
1160 | dprintk("scsi%d: hptiop_probe fail\n", host->host_no); | 1160 | dprintk("scsi%d: hptiop_probe fail\n", host ? host->host_no : 0); |
1161 | return -ENODEV; | 1161 | return -ENODEV; |
1162 | } | 1162 | } |
1163 | 1163 | ||