From: Ilpo Järvinen Date: Mon, 16 Dec 2024 16:10:10 +0000 (+0200) Subject: PCI: shpchp: Change dbg() -> ctrl_dbg() X-Git-Tag: block-6.15-20250403~40^2~26^2~11 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=49998220089285efd8dad91d7b249df6f5cfe1b4;p=linux-block.git PCI: shpchp: Change dbg() -> ctrl_dbg() Convert the last user of dbg() to use ctrl_dbg(). Link: https://lore.kernel.org/r/20241216161012.1774-3-ilpo.jarvinen@linux.intel.com Signed-off-by: Ilpo Järvinen Signed-off-by: Bjorn Helgaas --- diff --git a/drivers/pci/hotplug/shpchp_hpc.c b/drivers/pci/hotplug/shpchp_hpc.c index 012b9e3fe5b0..bfbec7c1a6b1 100644 --- a/drivers/pci/hotplug/shpchp_hpc.c +++ b/drivers/pci/hotplug/shpchp_hpc.c @@ -675,7 +675,7 @@ static int shpc_get_cur_bus_speed(struct controller *ctrl) out: bus->cur_bus_speed = bus_speed; - dbg("Current bus speed = %d\n", bus_speed); + ctrl_dbg(ctrl, "Current bus speed = %d\n", bus_speed); return retval; }