Browse Source

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>
Felipe Balbi 12 years ago
parent
commit
6110a7ebda
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/usb/musb/musb_core.c

+ 0 - 2
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);