Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204049
b: refs/heads/master
c: 1db90ea
h: refs/heads/master
i:
  204047: 695ea04
v: v3
  • Loading branch information
Julia Lawall authored and James Bottomley committed Jul 27, 2010
1 parent 2e4c737 commit a8b537a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2a1b7e575b80ceb19ea50bfa86ce0053ea57181d
refs/heads/master: 1db90ea239b85479daedb978ea2f0a61776f074f
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/hptiop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ static int __devinit hptiop_probe(struct pci_dev *pcidev,
disable_pci_device:
pci_disable_device(pcidev);

dprintk("scsi%d: hptiop_probe fail\n", host->host_no);
dprintk("scsi%d: hptiop_probe fail\n", host ? host->host_no : 0);
return -ENODEV;
}

Expand Down

0 comments on commit a8b537a

Please sign in to comment.