mbox series

[net,0/3] net: hns: code optimizations & bugfixes for HNS driver

Message ID 1548494307-63594-1-git-send-email-lipeng321@huawei.com
Headers show
Series net: hns: code optimizations & bugfixes for HNS driver | expand

Message

lipeng (Y) Jan. 26, 2019, 9:18 a.m. UTC
This patchset includes bugfixes and code optimizations for the HNS
ethernet controller driver

Yonglong Liu (3):
  net: hns: Fix for missing of_node_put() after of_parse_phandle()
  net: hns: Restart autoneg need return failed when autoneg off
  net: hns: Fix wrong read accesses via Clause 45 MDIO protocol

 drivers/net/ethernet/hisilicon/hns/hns_enet.c    |  5 +++++
 drivers/net/ethernet/hisilicon/hns/hns_ethtool.c | 16 +++++++++-------
 drivers/net/ethernet/hisilicon/hns_mdio.c        |  2 +-
 3 files changed, 15 insertions(+), 8 deletions(-)

Comments

David Miller Jan. 28, 2019, 7:02 a.m. UTC | #1
From: Peng Li <lipeng321@huawei.com>
Date: Sat, 26 Jan 2019 17:18:24 +0800

> This patchset includes bugfixes and code optimizations for the HNS
> ethernet controller driver

Series applied, thank you.

There are only bug fixes in here, so please do not use the word
"optimizations" in such situations.

Thanks.