KS8695: fix ks8695_rx_irq() bug.
authorzeal <zealcook@gmail.com>
Mon, 16 Nov 2009 04:58:09 +0000 (04:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Nov 2009 07:51:47 +0000 (23:51 -0800)
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 <zealcook@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found