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-01-02 Date: Wed, 03 Jan 2018 11:26:01 -0500 (EST) Message-ID: <20180103.112601.1350865333925316709.davem@davemloft.net> References: <20180102202045.72780-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]:33584 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751029AbeACQ0D (ORCPT ); Wed, 3 Jan 2018 11:26:03 -0500 In-Reply-To: <20180102202045.72780-1-jeffrey.t.kirsher@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jeff Kirsher Date: Tue, 2 Jan 2018 12:20:43 -0800 > This series contains fixes for e1000 and e1000e. > > Tushar Dave adds a check to the driver so that it won't attempt to disable a > device that is already disabled for e1000. > > Benjamin Poirier provides a fix to e1000e, where a previous commit that > Benjamin submitted changed the meaning of the return value for > "check_for_link" for copper media and not all the instances were properly > updated. Benjamin fixes the remaining instances that needed the change. Pulled, thanks Jeff.