From: Dan Carpenter Date: Wed, 27 Oct 2010 21:17:25 +0000 (+0200) Subject: i915: signedness bug in check_overlay_src() X-Git-Tag: v2.6.37-rc2~33^2~23^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f28f54aad8bcf52a47afb6447fac34f96597b6f;p=pandora-kernel.git i915: signedness bug in check_overlay_src() "depth" should be signed in case packed_depth_bytes() returns -EINVAL. This probably doesn't make a difference at runtime. In the original code we would return -EINVAL later if (rec->offset_Y % 4294967274) is non-zero. Signed-off-by: Dan Carpenter Signed-off-by: Chris Wilson --- Reading git-diff-tree failed