diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2005-05-02 00:45:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-02 00:56:39 -0400 |
commit | 6995f17a5ab3c3fd4df2e5b107d08cff1db3fa41 (patch) | |
tree | 93eac4f86ca45821246ddcf2c0b26fe9cadec150 /sound/ppc | |
parent | f0f539755b8df3db81715d9c7fb67ba375f0330f (diff) |
[PATCH] ppc32: More fixlet for pmac sound
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 <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/ppc')
-rw-r--r-- | sound/ppc/toonie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/ppc/toonie.c b/sound/ppc/toonie.c index 86c74f40cff7..082bc4babab5 100644 --- a/sound/ppc/toonie.c +++ b/sound/ppc/toonie.c | |||
@@ -320,7 +320,7 @@ static int find_audio_gpio(const char *name, const char *platform, | |||
320 | } | 320 | } |
321 | 321 | ||
322 | DBG("(I) GPIO device %s found, offset: %x, active state: %d !\n", | 322 | DBG("(I) GPIO device %s found, offset: %x, active state: %d !\n", |
323 | device, gp->addr, gp->active_state); | 323 | name, gp->addr, gp->active_state); |
324 | 324 | ||
325 | return (np->n_intrs > 0) ? np->intrs[0].line : 0; | 325 | return (np->n_intrs > 0) ? np->intrs[0].line : 0; |
326 | } | 326 | } |