From: Patrik Sevallius Date: Thu, 8 May 2008 12:04:08 +0000 (+0200) Subject: [ALSA] soc at91 minor bug fixes X-Git-Tag: v2.6.26-rc2~27^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3a2efa67a029453b8098dba179ec2d9d8df612e;p=pandora-kernel.git [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 Acked-by: Frank Mandarino Signed-off-by: Mark Brown Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed