]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gt: Suppress warnings for unused debugging locals
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 13 Feb 2020 08:12:17 +0000 (08:12 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 13 Feb 2020 12:41:19 +0000 (12:41 +0000)
commite06b8524e8e561f64dcb7e7eecfc46d014d6a125
tree752cff35f6f415a9dc689a40b4a9d995f6e3deda
parent3873fd1a43c70bab5049a1fc7f128a65779d1575
drm/i915/gt: Suppress warnings for unused debugging locals

With debugging turned off, we have to tell the compiler not to warn
about the unused debug locals.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200213081217.3107410-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_lrc.c