Commit 49998220 authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by Bjorn Helgaas
Browse files

PCI: shpchp: Change dbg() -> ctrl_dbg()

parent 7d5f1e61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}