Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19318
b: refs/heads/master
c: 88356e9
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Linus Torvalds committed Feb 1, 2006
1 parent 3d81fab commit a0fd645
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: 9cd684551124e71630ab96d238747051463f5b56
refs/heads/master: 88356e908521a84b2220c9e8850d1a356a851aa9
2 changes: 1 addition & 1 deletion trunk/sound/ppc/pmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ int __init snd_pmac_new(struct snd_card *card, struct snd_pmac **chip_return)
goto __error;
}
for (i = 0; i < 3; i ++) {
if (of_address_to_resource(np->parent, i,
if (of_address_to_resource(np, i,
&chip->rsrc[i])) {
printk(KERN_ERR "snd: can't translate rsrc "
" %d (%s)\n", i, rnames[i]);
Expand Down

0 comments on commit a0fd645

Please sign in to comment.