]> Git Repo - linux.git/commitdiff
usb: musb: core: print new line in the driver banner again
authorSergei Shtylyov <[email protected]>
Wed, 14 Nov 2012 15:49:50 +0000 (18:49 +0300)
committerFelipe Balbi <[email protected]>
Thu, 13 Dec 2012 10:05:07 +0000 (12:05 +0200)
Commit 5c8a86e10a7c164f44537fabdc169fd8b4e7a440 (usb: musb: drop unneeded
musb_debug trickery) erroneously removed '\n' from the driver's banner.
Concatenate all the banner substrings while adding it back...

Signed-off-by: Sergei Shtylyov <[email protected]>
Cc: [email protected] # 3.0+
Signed-off-by: Felipe Balbi <[email protected]>
drivers/usb/musb/musb_core.c

index 57cc9c6eaa9fcf2f3f4528a94df7e3024595f64e..766dbda1981a59796125554ee93d96a6e304130a 100644 (file)
@@ -2298,10 +2298,7 @@ static int __init musb_init(void)
        if (usb_disabled())
                return 0;
 
-       pr_info("%s: version " MUSB_VERSION ", "
-               "?dma?"
-               ", "
-               "otg (peripheral+host)",
+       pr_info("%s: version " MUSB_VERSION ", ?dma?, otg (peripheral+host)\n",
                musb_driver_name);
        return platform_driver_register(&musb_driver);
 }
This page took 0.059116 seconds and 4 git commands to generate.