Commit d935217d authored by Aaro Koskinen's avatar Aaro Koskinen Committed by Greg Kroah-Hartman

staging: octeon-usb: octeon-hcd: eliminate printk()s

Replace one printk() with dev_dbg(), and delete the other.
Signed-off-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 334715f3
...@@ -723,7 +723,7 @@ static int octeon_usb_driver_probe(struct device *dev) ...@@ -723,7 +723,7 @@ static int octeon_usb_driver_probe(struct device *dev)
return -1; return -1;
} }
printk("OcteonUSB: Registered HCD for port %d on irq %d\n", usb_num, irq); dev_dbg(dev, "Registered HCD for port %d on irq %d\n", usb_num, irq);
return 0; return 0;
} }
...@@ -771,7 +771,6 @@ static int __init octeon_usb_module_init(void) ...@@ -771,7 +771,6 @@ static int __init octeon_usb_module_init(void)
return -ENOMEM; return -ENOMEM;
octeon_usb_registered = 1; octeon_usb_registered = 1;
printk("OcteonUSB: Detected %d ports\n", num_devices);
/* /*
* Only cn52XX and cn56XX have DWC_OTG USB hardware and the * Only cn52XX and cn56XX have DWC_OTG USB hardware and the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment