From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:55848 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754528AbaHULPQ (ORCPT ); Thu, 21 Aug 2014 07:15:16 -0400 Message-ID: <53F5D4C0.8020607@redhat.com> Date: Thu, 21 Aug 2014 13:15:12 +0200 From: Tomas Henzl MIME-Version: 1.0 To: Alexander Gordeev , linux-kernel@vger.kernel.org CC: Naresh Kumar Inna , Arvind Bhushan , linux-scsi@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH v3 09/13] csiostor: Remove superfluous call to pci_disable_msix() References: <32f317b013341f51bab2a4869108772781862da6.1408335523.git.agordeev@redhat.com> In-Reply-To: <32f317b013341f51bab2a4869108772781862da6.1408335523.git.agordeev@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-pci-owner@vger.kernel.org List-ID: On 08/18/2014 08:01 AM, Alexander Gordeev wrote: > There is no need to call pci_disable_msix() in case > the previous call to pci_enable_msix() failed Patch looks good to me. Reviewed-by: Tomas Henzl