git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fd434d
)
KS8695: fix ks8695_rx_irq() bug.
author
zeal
<zealcook@gmail.com>
Mon, 16 Nov 2009 04:58:09 +0000
(
04:58
+0000)
committer
David 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