Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34134
b: refs/heads/master
c: 69917c2
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Paul Mackerras committed Sep 22, 2006
1 parent 9d8bca0 commit 9de5fae
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: e102926385b56e593b995ecc433f041b498a49e1
refs/heads/master: 69917c26c840e7de94522bf90fb190de63bf92bd
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ppc/pmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ pmac_ide_macio_attach(struct macio_dev *mdev, const struct of_device_id *match)
if (macio_irq_count(mdev) == 0) {
printk(KERN_WARNING "ide%d: no intrs for device %s, using 13\n",
i, mdev->ofdev.node->full_name);
irq = 13;
irq = irq_create_mapping(NULL, 13);
} else
irq = macio_irq(mdev, 0);

Expand Down

0 comments on commit 9de5fae

Please sign in to comment.