pxa2xx-ac97: fix displaying GSR after reset timeout
authorLuotao Fu <l.fu@pengutronix.de>
Thu, 26 Mar 2009 12:18:03 +0000 (13:18 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 2 Apr 2009 15:34:15 +0000 (16:34 +0100)
commit057de50c0d34b4ef7e15b7a8442a36a396d99c00
tree48a361a37c29b656ac0fcb4308a23c562e63f3cd
parenta4d11fe50c238a7da5225d1399314c3505cbd792
pxa2xx-ac97: fix displaying GSR after reset timeout

the variable gsr_bit is set in isr. It is however set to 0 and interrupts are
disabled prior to reset. Hence it doesn't make a lot of sense to show the
content of gsr_bit in case of a reset timeout.

Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/arm/pxa2xx-ac97-lib.c