linux_dsm_epyc7002/drivers/net/ethernet/hisilicon/hns3/hns3pf
Colin Ian King ad88d35a62 net: hns3: remove a couple of redundant assignments
The assignment to kinfo is redundant as this is a duplicate of
the initialiation of kinfo a few lines earlier, so it can be
removed.  The assignment to v_tc_info is never read, so this
variable is redundant and can be removed completely. Cleans
up two clang warnings:

drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c:433:34:
warning: Value stored to 'kinfo' during its initialization is never read
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c:775:3:
warning: Value stored to 'v_tc_info' is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-11-02 15:53:14 +09:00
..
hclge_cmd.c net: hns3: add support for set_rxnfc 2017-10-10 13:09:14 -07:00
hclge_cmd.h net: hns3: add support for set_rxnfc 2017-10-10 13:09:14 -07:00
hclge_dcb.c net: hns3: Add mqprio hardware offload support in hns3 driver 2017-10-19 12:45:45 +01:00
hclge_dcb.h net: hns3: Add hclge_dcb module for the support of DCB feature 2017-09-28 10:35:12 -07:00
hclge_main.c net: hns3: fix the bug when reuse command description in hclge_add_mac_vlan_tbl 2017-10-26 17:25:35 +09:00
hclge_main.h net: hns3: Add mqprio hardware offload support in hns3 driver 2017-10-19 12:45:45 +01:00
hclge_mdio.c net: hns3: Fixes the wrong IS_ERR check on the returned phydev value 2017-08-30 15:29:42 -07:00
hclge_mdio.h net: hns3: Add MDIO support to HNS3 Ethernet driver for hip08 SoC 2017-08-03 15:08:17 -07:00
hclge_tm.c net: hns3: remove a couple of redundant assignments 2017-11-02 15:53:14 +09:00
hclge_tm.h net: hns3: Add some interface for the support of DCB feature 2017-09-28 10:35:11 -07:00
hns3_dcbnl.c net: hns3: Add hns3_get_handle macro in hns3 driver 2017-10-09 09:46:54 -07:00
hns3_enet.c net: hns3: fix the bug of hns3_set_txbd_baseinfo 2017-10-26 17:25:35 +09:00
hns3_enet.h net: hns3: fix a bug about hns3_clean_tx_ring 2017-10-24 01:16:42 +01:00
hns3_ethtool.c net: hns3: fix the ops check in hns3_get_rxnfc 2017-10-24 01:16:41 +01:00
Makefile net: hns3: Add dcb netlink interface for the support of DCB feature 2017-09-28 10:35:12 -07:00