From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kirsher Subject: [net 0/2][pull request] Intel Wired LAN Driver Updates 2018-04-06 Date: Fri, 6 Apr 2018 08:36:28 -0700 Message-ID: <20180406153630.9321-1-jeffrey.t.kirsher@intel.com> Cc: Jeff Kirsher , netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com, jogreene@redhat.com To: davem@davemloft.net Return-path: Received: from mga14.intel.com ([192.55.52.115]:16772 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751447AbeDFPfl (ORCPT ); Fri, 6 Apr 2018 11:35:41 -0400 Sender: netdev-owner@vger.kernel.org List-ID: This series contains a couple of fixes for the new ice driver. Wei Yongjun fixes the return error code for error case during init. Anirudh fixes the incorrect use of ARRAY_SIZE() in the ice ethtool code and fixed "for" loop calculations. The following are changes since commit 3239534a79ee6f20cffd974173a1e62e0730e8ac: net/sched: fix NULL dereference in the error path of tcf_bpf_init() and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 100GbE Anirudh Venkataramanan (1): ice: Bug fixes in ethtool code Wei Yongjun (1): ice: Fix error return code in ice_init_hw() drivers/net/ethernet/intel/ice/ice_common.c | 4 +++- drivers/net/ethernet/intel/ice/ice_ethtool.c | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) -- 2.14.3