commit | bdfd720fb25a0a1773d0554eaaa771596ffeffd8 | [log] [tgz] |
---|---|---|
author | Paul Cercueil <paul@crapouillou.net> | Tue Aug 11 02:22:37 2020 +0200 |
committer | Sam Ravnborg <sam@ravnborg.org> | Sat Aug 15 16:08:03 2020 +0200 |
tree | b8d00f01e1b46818d4209619fe78c0438cb37ee3 | |
parent | 5b44f125eff9df72336a12cf9839323dd7b70b74 [diff] |
drm/panel: novatek,nt39016: Add missing CR to error messages 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> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20200811002240.55194-3-paul@crapouillou.net