diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2020-06-15 14:18:54 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-15 13:10:34 -0700 |
commit | 939a5bf7c9b7a1ad9c5d3481c93766a522773531 (patch) | |
tree | a3a96e28c186314ff7db97a346b6252345e90fae /README | |
parent | 0acb47a3a09381d20fb643aa195cf5840aac3bb4 (diff) | |
download | linux-939a5bf7c9b7a1ad9c5d3481c93766a522773531.tar.bz2 |
net: macb: Only disable NAPI on the actual error path
A recent change added a disable to NAPI into macb_open, this was
intended to only happen on the error path but accidentally applies
to all paths. This causes NAPI to be disabled on the success path, which
leads to the network to no longer functioning.
Fixes: 014406babc1f ("net: cadence: macb: disable NAPI on error")
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Tested-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions