These are fixes for the problems that were reported by static check tools. Aleksey Makarov (9): net: thunderx: fix constants net: thunderx: introduce a function for mailbox access net: thunderx: rework mac address handling net: thunderx: delete unused variables net: thunderx: add static net: thunderx: fix nicvf_set_rxfh() net: thunderx: remove unneeded type conversions net: thunderx: check if memory allocation was successful net: thunderx: use GFP_KERNEL in thread context
Robert Richter (1): net: thunderx: Cleanup duplicate NODE_ID macros, add nic_get_node_id() drivers/net/ethernet/cavium/thunder/nic.h | 16 +++-- drivers/net/ethernet/cavium/thunder/nic_main.c | 12 +--- .../net/ethernet/cavium/thunder/nicvf_ethtool.c | 3 +- drivers/net/ethernet/cavium/thunder/nicvf_main.c | 73 +++++++++++----------- drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 9 +-- drivers/net/ethernet/cavium/thunder/thunder_bgx.c | 18 +++--- drivers/net/ethernet/cavium/thunder/thunder_bgx.h | 7 +-- 7 files changed, 67 insertions(+), 71 deletions(-) -- 2.4.1 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html