mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 05:12:01 +02:00
PCI: Remove unnecessary linesplit in __pci_setup_bridge()
No need to split the line in __pci_setup_bridge() as it is way shorter than the limit. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20250404124547.51185-1-ilpo.jarvinen@linux.intel.com
This commit is contained in:
parent
af6e3defb1
commit
75d7b40bec
|
|
@ -772,8 +772,7 @@ static void __pci_setup_bridge(struct pci_bus *bus, unsigned long type)
|
|||
{
|
||||
struct pci_dev *bridge = bus->self;
|
||||
|
||||
pci_info(bridge, "PCI bridge to %pR\n",
|
||||
&bus->busn_res);
|
||||
pci_info(bridge, "PCI bridge to %pR\n", &bus->busn_res);
|
||||
|
||||
if (type & IORESOURCE_IO)
|
||||
pci_setup_bridge_io(bridge);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user