From: Chris Wilson Date: Mon, 10 Feb 2014 09:03:50 +0000 (+0000) Subject: drm/i915: Downgrade *ERROR* message for invalid user input X-Git-Tag: v3.15-rc1~51^2~59^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd9b6a4ec5b963378d22d4ba41b5e61e0ecec9aa;p=pandora-kernel.git drm/i915: Downgrade *ERROR* message for invalid user input When we detect that the user passed along an invalid handle or object, we emit a warning as an aide for debugging. Since these are indeed only for debugging user triggerable errors (and the errors are reported back to userspace by the errno), the messages should only be at the debug level and not claiming that there is a catastrophic error in the driver/hardware. References: https://bugs.freedesktop.org/show_bug.cgi?id=74704 Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed