From: Luotao Fu Date: Thu, 26 Mar 2009 12:18:03 +0000 (+0100) Subject: pxa2xx-ac97: fix displaying GSR after reset timeout X-Git-Tag: v2.6.30-rc1~8^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=057de50c0d34b4ef7e15b7a8442a36a396d99c00;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed