Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6110a7eb authored by Felipe Balbi's avatar Felipe Balbi
Browse files

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: default avatarFelipe Balbi <balbi@ti.com>
parent 68907a77
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);