OSDN Git Service

drm: modes: add missing [drm] to message printing
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Thu, 4 Feb 2016 14:03:52 +0000 (15:03 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 9 Feb 2016 15:34:44 +0000 (16:34 +0100)
commit67fe85dd6df202d66a46054486d2b339ebed84c4
treed585e884b6674022dc115f1db6293805cb783487
parent44084efc2fd804e3b40159a19e1c4874f56f73ab
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
drivers/gpu/drm/drm_modes.c