drm: Don't split up debug output
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 17 Nov 2013 21:25:02 +0000 (22:25 +0100)
committerDave Airlie <airlied@redhat.com>
Wed, 18 Dec 2013 00:44:50 +0000 (10:44 +1000)
commitfffb906532d6f1c6c486706da0b8b08a3e70b0fd
treed57a75c7be2674158d9a4468d176cae2ddb2b400
parent5d13d425eb58d28c8be6dc8bf706ca361373c3ba
drm: Don't split up debug output

Otherwise we risk that the 2nd part of the line ends up on a line of
it's own, which means a kernel dmesg line without a log level. This
then upsets the dmesg checker in piglit.

Only really happens in some of the truly nasty igt testcases which
race cache dropping (through debugfs) with other gem operations.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_stub.c