Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19566
b: refs/heads/master
c: 168a95f
h: refs/heads/master
v: v3
  • Loading branch information
Stelian Pop authored and Jaroslav Kysela committed Jan 22, 2006
1 parent a6e55f5 commit af22f9a
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: 20cd22620ad3a8a57a942fa1f301d47a1e15d67e
refs/heads/master: 168a95f170070ddda1ba7505c2ce9ae8b50f21f6
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 af22f9a

Please sign in to comment.