From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bowers, AndrewX Date: Fri, 7 Feb 2020 22:35:37 +0000 Subject: [Intel-wired-lan] [PATCH S37 v3 14/15] ice: Use correct netif error function In-Reply-To: <20200206092013.23388-14-anthony.l.nguyen@intel.com> References: <20200206092013.23388-1-anthony.l.nguyen@intel.com> <20200206092013.23388-14-anthony.l.nguyen@intel.com> Message-ID: <2f15b08161034bd1a807d8b1b601184e@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: > -----Original Message----- > From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On > Behalf Of Tony Nguyen > Sent: Thursday, February 6, 2020 1:20 AM > To: intel-wired-lan at lists.osuosl.org > Subject: [Intel-wired-lan] [PATCH S37 v3 14/15] ice: Use correct netif error > function > > From: Ben Shelton > > Use the correct netif_msg_[tx,rx]_error() function to determine whether to > print the MDD event type. > > Signed-off-by: Ben Shelton > Signed-off-by: Tony Nguyen > --- > drivers/net/ethernet/intel/ice/ice_main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Tested-by: Andrew Bowers