commit | 23e32a595e115c09152488aa0508539e6f6a4237 | [log] [tgz] |
---|---|---|
author | Paul Cercueil <paul@crapouillou.net> | Sat Jan 23 14:25:02 2021 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 05 10:27:18 2021 +0100 |
tree | 8babe20046f2dad89bd8793fc718d6ecdcd463c5 | |
parent | eb44cef954277584d8c046fe4806937c46487c31 [diff] |
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>