From: Daniel Vetter Date: Wed, 27 Nov 2013 15:03:01 +0000 (+0100) Subject: drm/i915/sdvo: Fix up debug output to not split lines X-Git-Tag: v3.14-rc1~47^2~90^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84fcb46977e57bafba40bde32067bacc1e510f9c;p=pandora-kernel.git drm/i915/sdvo: Fix up debug output to not split lines It leads to a big mess when stuff interleaves. Especially with the new patch I've submitted for the drm core to no longer artificially split up debug messages. v2: The size parameter to snprintf includes the terminating 0, but the return value does not. Adjust the logic accordingly. Spotted by Mika. Cc: Mika Kuoppala Reviewed-by: Mika Kuoppala Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed