diff options
author | Felipe Balbi <balbi@ti.com> | 2013-02-01 23:33:50 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-03-18 11:17:04 +0200 |
commit | 6110a7ebda18d103f28bec0eab65f7be01871233 (patch) | |
tree | ccf0add8c57dcc6952f7168577c80fd55248a81e | |
parent | 68907a77431f405c0e8e7031aa77aae03383c69d (diff) |
usb: musb: core: remove unnecessary pr_info()
there's really no need for that message. It's
been a while since it printed something useful.
Signed-off-by: Felipe Balbi <balbi@ti.com>
-rw-r--r-- | drivers/usb/musb/musb_core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index daec6e0f7e38..36b7a1e16e48 100644 --- a/drivers/usb/musb/musb_core.c +++ b/drivers/usb/musb/musb_core.c @@ -2293,8 +2293,6 @@ static int __init musb_init(void) if (usb_disabled()) return 0; - pr_info("%s: version " MUSB_VERSION ", ?dma?, otg (peripheral+host)\n", - musb_driver_name); return platform_driver_register(&musb_driver); } module_init(musb_init); |