Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132270
b: refs/heads/master
c: 7f384ce
h: refs/heads/master
v: v3
  • Loading branch information
Helge Deller authored and Kyle McMartin committed Mar 13, 2009
1 parent 35e4cad commit 6091c5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: ddd1f6c66dd964c106377f2be37b318794f112f4
refs/heads/master: 7f384ce780c6091968fc848b14f17b45cb849e14
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/lasi700.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ lasi700_probe(struct parisc_device *dev)

hostdata = kzalloc(sizeof(*hostdata), GFP_KERNEL);
if (!hostdata) {
dev_printk(KERN_ERR, dev, "Failed to allocate host data\n");
dev_printk(KERN_ERR, &dev->dev, "Failed to allocate host data\n");
return -ENOMEM;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/zalon.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ zalon_probe(struct parisc_device *dev)
goto fail;

if (request_irq(dev->irq, ncr53c8xx_intr, IRQF_SHARED, "zalon", host)) {
dev_printk(KERN_ERR, dev, "irq problem with %d, detaching\n ",
dev_printk(KERN_ERR, &dev->dev, "irq problem with %d, detaching\n ",
dev->irq);
goto fail;
}
Expand Down

0 comments on commit 6091c5a

Please sign in to comment.