From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH V2 5/7] PCI: add a return type for pci_reset_bridge_secondary_bus() Date: Wed, 29 Nov 2017 09:38:51 -0800 Message-ID: <20171129173851.GF27742@infradead.org> References: <1511763628-11856-1-git-send-email-okaya@codeaurora.org> <1511763628-11856-6-git-send-email-okaya@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1511763628-11856-6-git-send-email-okaya@codeaurora.org> Sender: linux-pci-owner@vger.kernel.org To: Sinan Kaya Cc: linux-pci@vger.kernel.org, timur@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Bjorn Helgaas , open list List-Id: linux-arm-msm@vger.kernel.org On Mon, Nov 27, 2017 at 01:20:26AM -0500, Sinan Kaya wrote: > Getting ready to return an error from pci_reset_bridge_secondary_bus() when > device is unreachable. > > Signed-off-by: Sinan Kaya Looks ok, but I would just merge it into the next patch. Reviewed-by: Christoph Hellwig From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Wed, 29 Nov 2017 09:38:51 -0800 From: Christoph Hellwig To: Sinan Kaya Subject: Re: [PATCH V2 5/7] PCI: add a return type for pci_reset_bridge_secondary_bus() Message-ID: <20171129173851.GF27742@infradead.org> References: <1511763628-11856-1-git-send-email-okaya@codeaurora.org> <1511763628-11856-6-git-send-email-okaya@codeaurora.org> MIME-Version: 1.0 In-Reply-To: <1511763628-11856-6-git-send-email-okaya@codeaurora.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-pci@vger.kernel.org, timur@codeaurora.org, open list , linux-arm-msm@vger.kernel.org, Bjorn Helgaas , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+bjorn=helgaas.com@lists.infradead.org List-ID: On Mon, Nov 27, 2017 at 01:20:26AM -0500, Sinan Kaya wrote: > Getting ready to return an error from pci_reset_bridge_secondary_bus() when > device is unreachable. > > Signed-off-by: Sinan Kaya Looks ok, but I would just merge it into the next patch. Reviewed-by: Christoph Hellwig _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@infradead.org (Christoph Hellwig) Date: Wed, 29 Nov 2017 09:38:51 -0800 Subject: [PATCH V2 5/7] PCI: add a return type for pci_reset_bridge_secondary_bus() In-Reply-To: <1511763628-11856-6-git-send-email-okaya@codeaurora.org> References: <1511763628-11856-1-git-send-email-okaya@codeaurora.org> <1511763628-11856-6-git-send-email-okaya@codeaurora.org> Message-ID: <20171129173851.GF27742@infradead.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Nov 27, 2017 at 01:20:26AM -0500, Sinan Kaya wrote: > Getting ready to return an error from pci_reset_bridge_secondary_bus() when > device is unreachable. > > Signed-off-by: Sinan Kaya Looks ok, but I would just merge it into the next patch. Reviewed-by: Christoph Hellwig