commit | 2344ef3c86a7fe41f97bf66c7936001b6132860b | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | Fri Dec 30 00:07:38 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 29 22:16:06 2016 -0500 |
tree | b82e67cabc0c530a6f8decfafc5747fa51eee275 | |
parent | e400b7977e7c014bc0c298b2d834311770a777ac [diff] |
sh_eth: fix branch prediction in sh_eth_interrupt() IIUC, likely()/unlikely() should apply to the whole *if* statement's expression, not a part of it -- fix such expression in sh_eth_interrupt() accordingly... Fixes: 283e38db65e7 ("sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlers") Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>