From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from Galois.linutronix.de ([146.0.238.70]:54521 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751209AbdBHSiU (ORCPT ); Wed, 8 Feb 2017 13:38:20 -0500 Date: Wed, 8 Feb 2017 18:30:32 +0100 (CET) From: Thomas Gleixner To: Christoph Hellwig cc: bhelgaas@google.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] PCI/msi: remove pci_msi_domain_{alloc,free}_irqs In-Reply-To: <20170208171744.17100-3-hch@lst.de> Message-ID: References: <20170208171744.17100-1-hch@lst.de> <20170208171744.17100-3-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-pci-owner@vger.kernel.org List-ID: On Wed, 8 Feb 2017, Christoph Hellwig wrote: > Just call the msi_* version directly instead of having trivial wrappers > for one or two callsites. > > Signed-off-by: Christoph Hellwig Reviewed-by: Thomas Gleixner