Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133447
b: refs/heads/master
c: e5779a5
h: refs/heads/master
i:
  133445: af1469e
  133443: c316b9b
  133439: d317c0d
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Greg Kroah-Hartman committed Mar 24, 2009
1 parent f59c4f0 commit d4f72db
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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: 7a192ec334cab9fafe3a8665a65af398b0e24730
refs/heads/master: e5779a583ddb9916b37cfbb916dc53ec2eaf0b9b
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/a4000t.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ static int __devinit a4000t_probe(struct platform_device *dev)
hostdata->dcntl_extra = EA_710;

/* and register the chip */
host = NCR_700_detect(&a4000t_scsi_driver_template, hostdata, dev);
host = NCR_700_detect(&a4000t_scsi_driver_template, hostdata,
&dev->dev);
if (!host) {
printk(KERN_ERR "a4000t-scsi: No host detected; "
"board configuration problem?\n");
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/bvme6000_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ bvme6000_probe(struct platform_device *dev)
hostdata->ctest7_extra = CTEST7_TT1;

/* and register the chip */
host = NCR_700_detect(&bvme6000_scsi_driver_template, hostdata, dev);
host = NCR_700_detect(&bvme6000_scsi_driver_template, hostdata,
&dev->dev);
if (!host) {
printk(KERN_ERR "bvme6000-scsi: No host detected; "
"board configuration problem?\n");
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/mvme16x_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ mvme16x_probe(struct platform_device *dev)
hostdata->ctest7_extra = CTEST7_TT1;

/* and register the chip */
host = NCR_700_detect(&mvme16x_scsi_driver_template, hostdata, dev);
host = NCR_700_detect(&mvme16x_scsi_driver_template, hostdata,
&dev->dev);
if (!host) {
printk(KERN_ERR "mvme16x-scsi: No host detected; "
"board configuration problem?\n");
Expand Down

0 comments on commit d4f72db

Please sign in to comment.