From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f49.google.com ([209.85.213.49]:41494 "EHLO mail-yh0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758049Ab3KZU6m (ORCPT ); Tue, 26 Nov 2013 15:58:42 -0500 Date: Tue, 26 Nov 2013 15:58:36 -0500 From: Tejun Heo To: Alexander Gordeev Cc: linux-kernel@vger.kernel.org, Bjorn Helgaas , Michael Ellerman , Benjamin Herrenschmidt , Ben Hutchings , David Laight , Mark Lord , "H. Peter Anvin" , linux-pci@vger.kernel.org Subject: Re: [PATCH v3 07/11] PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as int Message-ID: <20131126205836.GA8588@mtj.dyndns.org> References: <50fceee5c8b44c950c6082a6d73c643fa3788c81.1385399393.git.agordeev@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <50fceee5c8b44c950c6082a6d73c643fa3788c81.1385399393.git.agordeev@redhat.com> Sender: linux-pci-owner@vger.kernel.org List-ID: On Tue, Nov 26, 2013 at 10:09:56AM +0100, Alexander Gordeev wrote: > Make pci_enable_msi_block(), pci_enable_msi_block_auto() and > pci_enable_msix() consistent with regard to the type of 'nvec' > argument. > > Signed-off-by: Alexander Gordeev Reviewed-by: Tejun Heo Thanks. -- tejun