From: zeal Date: Mon, 16 Nov 2009 04:58:09 +0000 (+0000) Subject: KS8695: fix ks8695_rx_irq() bug. X-Git-Tag: v2.6.33-rc1~388^2~332 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa6cae143d58c74d800b8dbdd8b9f058614874f2;p=pandora-kernel.git KS8695: fix ks8695_rx_irq() bug. ks8695 rx irq is edge-level. Before arriving at irq handler, the corresponding status bit has been clear(irq's ack). So we should not check it after that. Signed-off-by: zeal Signed-off-by: David S. Miller --- Reading git-diff-tree failed