From: Dan Carpenter Date: Sat, 29 Oct 2011 07:21:28 +0000 (+0300) Subject: drm/radeon/benchmark: signedness bug in radeon_benchmark_move() X-Git-Tag: v3.2-rc2~24^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfba16582600ab2c75dc39250a2b8f3b2a42da11;p=pandora-kernel.git drm/radeon/benchmark: signedness bug in radeon_benchmark_move() radeon_benchmark_do_move() returns an int so "time" should be int too. Making it unsigned breaks the error handling. Signed-off-by: Dan Carpenter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed