Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755012AbaDOTP0 (ORCPT ); Tue, 15 Apr 2014 15:15:26 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:40033 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754965AbaDOTPX (ORCPT ); Tue, 15 Apr 2014 15:15:23 -0400 Date: Tue, 15 Apr 2014 15:15:20 -0400 (EDT) Message-Id: <20140415.151520.1523135090870130956.davem@davemloft.net> To: agordeev@redhat.com Cc: linux-kernel@vger.kernel.org, shahed.shaikh@qlogic.com, Dept-HSGLinuxNICDev@qlogic.com, netdev@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH] qlcnic: Fix MSI-X initialization code From: David Miller In-Reply-To: <1397554634-26795-1-git-send-email-agordeev@redhat.com> References: <1397554634-26795-1-git-send-email-agordeev@redhat.com> X-Mailer: Mew version 6.5 on Emacs 24.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.7 (shards.monkeyblade.net [149.20.54.216]); Tue, 15 Apr 2014 12:15:22 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Alexander Gordeev Date: Tue, 15 Apr 2014 11:37:14 +0200 > Function qlcnic_setup_tss_rss_intr() might enter endless > loop in case pci_enable_msix() contiguously returns a > positive number of MSI-Xs that could have been allocated. > Besides, the function contains 'err = -EIO;' assignment > that never could be reached. This update fixes the > aforementioned issues. > > Cc: Shahed Shaikh > Cc: Dept-HSGLinuxNICDev@qlogic.com > Cc: netdev@vger.kernel.org > Cc: linux-pci@vger.kernel.org > > Signed-off-by: Alexander Gordeev Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/