OSDN Git Service

drm/i915: Silence compiler for GTT selftests
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 14 Feb 2017 11:37:56 +0000 (11:37 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 14 Feb 2017 22:30:21 +0000 (22:30 +0000)
commit72affdf9729d9e9a81498196ed5ada4d8f1c599e
tree93e11b6f42e9404ff3a6930c2bf562bb2aa40925
parente1c5f754067b594de58d387aa5873dec83b6c9fd
drm/i915: Silence compiler for GTT selftests

gcc-4.7 spotted that

In file included from drivers/gpu/drm/i915/i915_gem_gtt.c:3791:0:
drivers/gpu/drm/i915/selftests/i915_gem_gtt.c: In function ‘pot_hole’:
drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:594:6: error: ‘err’ may be used uninitialized in this function [-Werror=maybe-uninitialized]

So set it to 0 should we ever skip over a hole smaller than a few pages.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.auld@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170214113756.27834-1-chris@chris-wilson.co.uk
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
drivers/gpu/drm/i915/selftests/i915_gem_gtt.c