Skip to content
Snippets Groups Projects
Commit fa6cae14 authored by zeal's avatar zeal Committed by David S. Miller
Browse files

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: default avatarzeal <zealcook@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3fd434d8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment