From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:41438 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728460AbeIQBcc (ORCPT ); Sun, 16 Sep 2018 21:32:32 -0400 Subject: Re: [PATCH v3 1/6] PCI: Expose reset_type to users of __pci_reset_function_locked() To: linux-pci@vger.kernel.org Cc: alex.williamson@redhat.com, Derek Chickles , Satanand Burla , Felix Manlunas , Raghu Vatsavayi , "David S. Miller" , Bjorn Helgaas , Boris Ostrovsky , Juergen Gross , Jia-Ju Bai References: <20180916200439.21960-1-okaya@kernel.org> <20180916200439.21960-2-okaya@kernel.org> From: Sinan Kaya Message-ID: Date: Sun, 16 Sep 2018 16:08:23 -0400 MIME-Version: 1.0 In-Reply-To: <20180916200439.21960-2-okaya@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Sender: linux-pci-owner@vger.kernel.org List-ID: On 9/16/2018 4:04 PM, Sinan Kaya wrote: > +int __pci_reset_function_locked(struct pci_dev *dev, u32 reset_type) > { > - int rc; > + int rc = 0; I forgot about this. I'll wait a couple of more days before when I spin a new version.