[ALSA] soc at91 minor bug fixes
authorPatrik Sevallius <patrik.sevallius@enea.com>
Thu, 8 May 2008 12:04:08 +0000 (14:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 8 May 2008 11:08:58 +0000 (13:08 +0200)
commite3a2efa67a029453b8098dba179ec2d9d8df612e
tree8b5587d7268919a807aa1210ab3b9f10afeeb330
parent30a717f7e951ec0260f31c0637ecf8e6268ba607
[ALSA] soc at91 minor bug fixes

Found these two bugs while browsing through the code.  The first one is
a cut-n-paste bug, instead of disabling the clock when request_irq()
fails, it enabled it once more.  The second one fixes a debug printout,
AT91_SSC_IER is write only, AT91_SSC_IMR is readable (the printed string
actually says imr).

Frank Mandarino was busy so he asked me to send these to this list.

/Patrik

Signed-off-by: Patrik Sevallius <patrik.sevallius@enea.com>
Acked-by: Frank Mandarino <fmandarino@endrelia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/at91/at91-pcm.c
sound/soc/at91/at91-ssc.c