From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id D00561A0001 for ; Mon, 15 Sep 2014 12:42:50 +1000 (EST) Message-ID: <1410748970.24738.3.camel@concordia> Subject: Re: [PATCH v2 1/3] PCI/MSI/PPC: Remove arch_msi_check_device() From: Michael Ellerman To: Alexander Gordeev Date: Mon, 15 Sep 2014 12:42:50 +1000 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linux-pci@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, 2014-09-07 at 20:57 +0200, Alexander Gordeev wrote: > Moving MSI checks from arch_msi_check_device() function to > arch_setup_msi_irqs() function makes code more compact and > allows removing unnecessary hook arch_msi_check_device() > from generic MSI code. > > Cc: linuxppc-dev@lists.ozlabs.org > Cc: linux-pci@vger.kernel.org > Cc: Michael Ellerman I already acked the previous version, but if you didn't want it that's fine :) cheers