commit | 67fe85dd6df202d66a46054486d2b339ebed84c4 | [log] [tgz] |
---|---|---|
author | LABBE Corentin <clabbe.montjoie@gmail.com> | Thu Feb 04 15:03:52 2016 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Feb 09 16:34:44 2016 +0100 |
tree | d585e884b6674022dc115f1db6293805cb783487 | |
parent | 44084efc2fd804e3b40159a19e1c4874f56f73ab [diff] |
drm: modes: add missing [drm] to message printing The warning message in drm_mode_parse_command_line_for_connector miss the [drm] at beginning. This patch add it and take the opportunity to convert printk(KERN_WARNING to pr_warn() Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1454594633-15100-1-git-send-email-clabbe.montjoie@gmail.com