From: Daniel Vetter Date: Sun, 17 Nov 2013 21:25:02 +0000 (+0100) Subject: drm: Don't split up debug output X-Git-Tag: v3.14-rc1~47^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fffb906532d6f1c6c486706da0b8b08a3e70b0fd;p=pandora-kernel.git 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 Reviewed-by: Thierry Reding Signed-off-by: Dave Airlie --- Reading git-diff-tree failed