Re: [PATCH v1 1/7] PCI: Introduce pci_bus_*() printing macros when device is not available

2021-03-10 Thread Jean Delvare
On Mon, 8 Mar 2021 14:20:14 +0200, Andy Shevchenko wrote: > In some cases PCI device structure is not available and we want to print > information based on the bus and devfn parameters. For this cases introduce > pci_bus_*() printing macros and replace in existing users. > > Signed-off-by: Andy

[PATCH v1 1/7] PCI: Introduce pci_bus_*() printing macros when device is not available

2021-03-08 Thread Andy Shevchenko
In some cases PCI device structure is not available and we want to print information based on the bus and devfn parameters. For this cases introduce pci_bus_*() printing macros and replace in existing users. Signed-off-by: Andy Shevchenko --- drivers/pci/probe.c | 12 +++-