From: Benjamin Herrenschmidt Date: Mon, 2 May 2005 04:45:12 +0000 (+1000) Subject: [PATCH] ppc32: More fixlet for pmac sound X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6995f17a5ab3c3fd4df2e5b107d08cff1db3fa41;p=linux-beck.git [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 Signed-off-by: Linus Torvalds --- 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, } 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; }