commit | 1f7596f4ad9b7fa68b2a27504036a1145d9c3cf1 | [log] [tgz] |
---|---|---|
author | Paul Cercueil <paul@crapouillou.net> | Thu Jul 16 18:38:39 2020 +0200 |
committer | Paul Cercueil <paul@crapouillou.net> | Fri Jul 17 00:43:55 2020 +0200 |
tree | c826cac828aee15cc7f89dc7157737a3389bb784 | |
parent | 54fe894219903e32f5154265f46ed1eb5cdc2f5f [diff] |
drm/ingenic: Add missing CR in debug 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(). v2: New patch v3: No change Signed-off-by: Paul Cercueil <paul@crapouillou.net> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20200716163846.174790-5-paul@crapouillou.net