commit | 4548a697e4969d695047cebd6d9af5e2f6cc728e | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <nemoto@toshiba-tops.co.jp> | Wed Sep 02 17:49:29 2015 +0900 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 03 15:35:12 2015 -0700 |
tree | c08e14f94ba98c2b93b98b8819c72eb58beb6133 | |
parent | dd5cdb48edfd34401799056a9acf61078d773f90 [diff] |
net: eth: altera: fix napi poll_list corruption tse_poll() calls __napi_complete() with irq enabled. This leads napi poll_list corruption and may stop all napi drivers working. Use napi_complete() instead of __napi_complete(). Signed-off-by: Atsushi Nemoto <nemoto@toshiba-tops.co.jp> Signed-off-by: David S. Miller <davem@davemloft.net>