From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net 0/2][pull request] Intel Wired LAN Driver Updates 2018-04-06 Date: Fri, 06 Apr 2018 11:39:44 -0400 (EDT) Message-ID: <20180406.113944.402722599736080277.davem@davemloft.net> References: <20180406153630.9321-1-jeffrey.t.kirsher@intel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com, jogreene@redhat.com To: jeffrey.t.kirsher@intel.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:43748 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750962AbeDFPjq (ORCPT ); Fri, 6 Apr 2018 11:39:46 -0400 In-Reply-To: <20180406153630.9321-1-jeffrey.t.kirsher@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jeff Kirsher Date: Fri, 6 Apr 2018 08:36:28 -0700 > 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. Pulled, thanks Jeff.