]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Adding missing '; ' to ENGINE_INSTANCES
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 26 Mar 2019 18:00:07 +0000 (18:00 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 26 Mar 2019 21:09:23 +0000 (21:09 +0000)
commit00d3a1d1081eae9adc146cddc2a32131f3f31d36
tree88674130ca91d5a60a365938b9a5cc2b5d2f70e6
parent6f34054cc25e4cf6ae355ee407864853551e2639
drm/i915: Adding missing '; ' to ENGINE_INSTANCES

Tvrtko spotted that I left off the trailing ';'. It went unnoticed by CI
because despite adding the macro, we didn't add a user, so include one as
well (a simple debug print).

Reported-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Fixes: 63bb4cd2f6cb ("drm/i915: stop storing the media fuse")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190326180007.11722-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_device_info.c