]> asedeno.scripts.mit.edu Git - linux.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)
commit9511cb6481af8c903f7649f82706ae908c224383
tree88674130ca91d5a60a365938b9a5cc2b5d2f70e6
parente163484afa8d6b1775cd35201fe7d523a45e0409
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: 97ee6e925552 ("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