drm/radeon/benchmark: signedness bug in radeon_benchmark_move()
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 29 Oct 2011 07:21:28 +0000 (10:21 +0300)
committerDave Airlie <airlied@redhat.com>
Fri, 11 Nov 2011 11:16:12 +0000 (11:16 +0000)
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 <dan.carpenter@oracle.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found