Skip to content

Commit

Permalink
[PATCH] ppc32: More fixlet for pmac sound
Browse files Browse the repository at this point in the history
As Al Viro noticed, my previous fix missed one instance of "device" in
the driver local debug code. Harmless unless you tweak the #define's in
there but still work fixing.

Signed-off-by: Benjamin Herrenschmidt <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
ozbenh authored and Linus Torvalds committed May 2, 2005
1 parent f0f5397 commit 6995f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/ppc/toonie.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ static int find_audio_gpio(const char *name, const char *platform,
}

DBG("(I) GPIO device %s found, offset: %x, active state: %d !\n",
device, gp->addr, gp->active_state);
name, gp->addr, gp->active_state);

return (np->n_intrs > 0) ? np->intrs[0].line : 0;
}
Expand Down

0 comments on commit 6995f17

Please sign in to comment.