From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753540AbdKXO6n (ORCPT ); Fri, 24 Nov 2017 09:58:43 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54052 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752654AbdKXO6l (ORCPT ); Fri, 24 Nov 2017 09:58:41 -0500 Date: Fri, 24 Nov 2017 15:58:45 +0100 From: Greg Kroah-Hartman To: Sinan Kaya Cc: linux-pci@vger.kernel.org, timur@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Hannes Reinecke , Gaurav Pathak , "Martin K. Petersen" , Colin Ian King , "open list:STAGING SUBSYSTEM" , open list Subject: Re: [PATCH V2 23/29] staging: rts5208: deprecate pci_get_bus_and_slot() Message-ID: <20171124145845.GA18443@kroah.com> References: <1511390964-9979-1-git-send-email-okaya@codeaurora.org> <1511390964-9979-24-git-send-email-okaya@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1511390964-9979-24-git-send-email-okaya@codeaurora.org> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 22, 2017 at 05:49:18PM -0500, Sinan Kaya wrote: > pci_get_bus_and_slot() is restrictive such that it assumes domain=0 as > where a PCI device is present. This restricts the device drivers to be > reused for other domain numbers. > > Getting ready to remove pci_get_bus_and_slot() function in favor of > pci_get_domain_bus_and_slot(). > > Remove unused rtsx_read_pci_cfg_byte() function. You only need this one sentance here for the changelog for this patch. And the subject line makes no sense. Please fix up and resend. thanks, greg k-h