]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-hns3-add-some-bugfixes-and-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Fri, 6 Sep 2019 13:20:35 +0000 (15:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Sep 2019 13:20:35 +0000 (15:20 +0200)
commitd10e7a38181979cf6965c4d0e3d04634ce4d3c7f
tree72b8f12104247db4204c9541055dc06d9aae6eff
parent3827db5e596c61131366d90bb5c0be1989054c4f
parentc160e59e3b33cd0d9adced3443f832e7d4c8c4d9
Merge branch 'net-hns3-add-some-bugfixes-and-cleanups'

Huazhong Tan says:

====================
net: hns3: add some bugfixes and cleanups

This patch-set includes bugfixes and cleanups for the HNS3
ethernet controller driver.

[patch 01/07] fixes an error when setting VLAN offload.

[patch 02/07] fixes an double free issue when setting ringparam.

[patch 03/07] fixes a mis-assignment of hdev->reset_level.

[patch 04/07] adds a checking for client's validity.

[patch 05/07] simplifies bool variable's assignment.

[patch 06/07] disables loopback when initializing.

[patch 07/07] makes internal function to static.

Change log:
V1->V2: fixes comment from Sergei Shtylyov.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>