diff --git a/[refs] b/[refs] index 1470dc8cabac..3bdb70bb96cf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f0f539755b8df3db81715d9c7fb67ba375f0330f +refs/heads/master: 6995f17a5ab3c3fd4df2e5b107d08cff1db3fa41 diff --git a/trunk/sound/ppc/toonie.c b/trunk/sound/ppc/toonie.c index 86c74f40cff7..082bc4babab5 100644 --- a/trunk/sound/ppc/toonie.c +++ b/trunk/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; }