OSDN Git Service

usb: musb: jz4740: Add missing CR to error strings
authorPaul Cercueil <paul@crapouillou.net>
Sat, 23 Jan 2021 14:25:02 +0000 (14:25 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Feb 2021 09:27:18 +0000 (10:27 +0100)
commit23e32a595e115c09152488aa0508539e6f6a4237
tree8babe20046f2dad89bd8793fc718d6ecdcd463c5
parenteb44cef954277584d8c046fe4806937c46487c31
usb: musb: jz4740: Add missing CR to error strings

If you pass a string that is not terminated with a carriage return to
dev_err(), it will eventually be printed with a carriage return, but
not right away, since the kernel will wait for a pr_cont().

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20210123142502.16980-4-paul@crapouillou.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/jz4740.c