ALSA: ASoC: Fix compile warnings on corgi.c
authorTakashi Iwai <tiwai@suse.de>
Mon, 1 Dec 2008 19:00:47 +0000 (20:00 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 1 Dec 2008 19:00:47 +0000 (20:00 +0100)
Fix the wrong shutdown callback type.  Also removed the unused variables
there:

  sound/soc/pxa/corgi.c: In function 'corgi_shutdown':
  sound/soc/pxa/corgi.c:114: warning: unused variable 'codec'
  sound/soc/pxa/corgi.c: At top level:
  sound/soc/pxa/corgi.c:175: warning: initialization from incompatible pointer type

Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found