]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
usb: musb: core: remove unnecessary pr_info()
authorFelipe Balbi <balbi@ti.com>
Fri, 1 Feb 2013 21:33:50 +0000 (23:33 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:17:04 +0000 (11:17 +0200)
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>
drivers/usb/musb/musb_core.c

index daec6e0f7e381e52750cffab9112488c3af1e01d..36b7a1e16e48841c815481ecb03bd3740aefd6d4 100644 (file)
@@ -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);