[PATCH] ppc32: More fixlet for pmac sound

Benjamin Herrenschmidt benh at kernel.crashing.org
Mon May 2 14:45:12 EST 2005


Hi !

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 at kernel.crashing.org>

 Index: linux-work/sound/ppc/toonie.c
===================================================================
--- linux-work.orig/sound/ppc/toonie.c	2005-05-02 12:14:14.000000000 +1000
+++ linux-work/sound/ppc/toonie.c	2005-05-02 14:01:01.000000000 +1000
@@ -320,7 +320,7 @@
 	}
 
 	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;
 }





More information about the Linuxppc-dev mailing list