Here are some bug fixed patches for HNS driver. They are:
>from Kejian, fix for the warning of passing zero to 'PTR_ERR' >from qianqian, four fixes for inappropriate operation in hns driver >from Sheng, one fix for optimization of irq proccess in hns driver, and one fix for hilink status for hns driver. For more details, please see individual patches. MBR. Kejian Yan (1): net: hns: fix warning of passing zero to 'PTR_ERR' Qianqian Xie (4): net: hns: fix a bug for cycle index net: hns: optimizate fmt of snprintf() net: hns: bug fix for return values net: hns: remove useless variable assignment and comment Sheng Li (2): net: hns: optimizate irq proccess for HNS V2 net: hns: bug fix about getting hilink status for HNS v2 drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c | 3 +- drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 12 +++---- drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c | 40 ++++++++++++---------- drivers/net/ethernet/hisilicon/hns/hns_dsaf_reg.h | 2 ++ drivers/net/ethernet/hisilicon/hns/hns_enet.c | 16 ++++----- drivers/net/ethernet/hisilicon/hns/hns_ethtool.c | 4 +-- 6 files changed, 41 insertions(+), 36 deletions(-) -- 1.9.1