From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomas Henzl Subject: Re: [PATCH v3 09/13] csiostor: Remove superfluous call to pci_disable_msix() Date: Thu, 21 Aug 2014 13:15:12 +0200 Message-ID: <53F5D4C0.8020607@redhat.com> References: <32f317b013341f51bab2a4869108772781862da6.1408335523.git.agordeev@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 In-Reply-To: <32f317b013341f51bab2a4869108772781862da6.1408335523.git.agordeev@redhat.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Alexander Gordeev , linux-kernel@vger.kernel.org Cc: Naresh Kumar Inna , Arvind Bhushan , linux-scsi@vger.kernel.org, linux-pci@vger.kernel.org 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