From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] ibmvnic: Include missing return code checks in reset function Date: Fri, 31 Aug 2018 23:16:19 -0700 (PDT) Message-ID: <20180831.231619.1119267840943610935.davem@davemloft.net> References: <1535653193-15778-1-git-send-email-tlfalcon@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: tlfalcon@linux.vnet.ibm.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:44134 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726375AbeIAK1K (ORCPT ); Sat, 1 Sep 2018 06:27:10 -0400 In-Reply-To: <1535653193-15778-1-git-send-email-tlfalcon@linux.vnet.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Thomas Falcon Date: Thu, 30 Aug 2018 13:19:53 -0500 > Check the return codes of these functions and halt reset > in case of failure. The driver will remain in a dormant state > until the next reset event, when device initialization will be > re-attempted. > > Signed-off-by: Thomas Falcon Applied.