Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154801
b: refs/heads/master
c: d3a263a
h: refs/heads/master
i:
  154799: e7d7092
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Jun 25, 2009
1 parent 4170541 commit b55b52c
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: e3f47cc74bddea8121560026185ede4770170043
refs/heads/master: d3a263a8168f78874254ea9da9595cfb0f3e96d7
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/zalon.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ zalon_probe(struct parisc_device *dev)

host = ncr_attach(&zalon7xx_template, unit, &device);
if (!host)
goto fail;
return -ENODEV;

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

0 comments on commit b55b52c

Please sign in to comment.