From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:46908 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751899AbeCMOh0 (ORCPT ); Tue, 13 Mar 2018 10:37:26 -0400 Date: Tue, 13 Mar 2018 10:37:22 -0400 (EDT) Message-Id: <20180313.103722.775597571568380848.davem@davemloft.net> To: tlfalcon@linux.vnet.ibm.com Cc: netdev@vger.kernel.org, jallen@linux.vnet.ibm.com, nfont@linux.vnet.ibm.com Subject: Re: [PATCH net-next] ibmvnic: Fix recent errata commit From: David Miller In-Reply-To: <1520906726-5565-1-git-send-email-tlfalcon@linux.vnet.ibm.com> References: <1520906726-5565-1-git-send-email-tlfalcon@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Thomas Falcon Date: Mon, 12 Mar 2018 21:05:26 -0500 > Sorry, one of the patches I sent in an earlier series > has some dumb mistakes. One was that I had changed the > parameter for the errata workaround function but forgot > to make that change in the code that called it. > > The second mistake was a forgotten return value at the end > of the function in case the workaround was not needed. > > Signed-off-by: Thomas Falcon Applied, thanks Thomas.