commit | 057de50c0d34b4ef7e15b7a8442a36a396d99c00 | [log] [tgz] |
---|---|---|
author | Luotao Fu <l.fu@pengutronix.de> | Thu Mar 26 13:18:03 2009 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Apr 02 16:34:15 2009 +0100 |
tree | 48a361a37c29b656ac0fcb4308a23c562e63f3cd | |
parent | a4d11fe50c238a7da5225d1399314c3505cbd792 [diff] |
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>