Re: [PATCH V2 23/29] staging: rts5208: deprecate pci_get_bus_and_slot()

From: Greg Kroah-Hartman
Date: Fri Nov 24 2017 - 09:58:46 EST


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