Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Benjamin Herrenschmidt and committed by
Linus Torvalds
6995f17a f0f53975

+1 -1
+1 -1
sound/ppc/toonie.c
··· 320 320 } 321 321 322 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 325 return (np->n_intrs > 0) ? np->intrs[0].line : 0; 326 326 }