diff options
| -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 | } |
