commit | c4509a5ac0ace94d5b1f0092dc4d36933c1d896e | [log] [tgz] |
---|---|---|
author | Haiyang Zhang <haiyangz@microsoft.com> | Wed Oct 30 15:32:11 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 30 18:17:36 2019 -0700 |
tree | 8710715dceb299bed1ac3ef42b420d61c25f3dd6 | |
parent | fc89cc358fb64e2429aeae0f37906126636507ec [diff] |
hv_netvsc: Fix error handling in netvsc_set_features() When an error is returned by rndis_filter_set_offload_params(), we should still assign the unaffected features to ndev->features. Otherwise, these features will be missing. Fixes: d6792a5a0747 ("hv_netvsc: Add handler for LRO setting change") Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>