commit | 19a0a7fd55af4658414de955f401cddaffc1f0ba | [log] [tgz] |
---|---|---|
author | Taku Izumi <izumi.taku@jp.fujitsu.com> | Fri Apr 15 11:25:34 2016 +0900 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 16 21:51:01 2016 -0400 |
tree | 705baa6ab01c3e5d80ed2181e461b9162dccec2f | |
parent | 3c3bd4a91ec12ad7c140bb3fd04b199e411760cb [diff] |
fjes: fix bitwise check bug in fjes_raise_intr_rxdata_task In fjes_raise_intr_rxdata_task(), there's a bug of bitwise check because of missing "& FJES_RX_POLL_WORK". This patch fixes this bug. Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>