diff options
| author | Chris Wilson <[email protected]> | 2018-09-26 11:47:18 +0100 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2018-09-26 13:33:14 +0100 |
| commit | 7a90938332d80faf973fbcffdf6e674e7b8f0914 (patch) | |
| tree | ac9511bf1f57450480287171711173d2e5bebc15 /tools/perf/scripts/python | |
| parent | 74f6e183913b5dc90a004cafa84159ddb61cd0f0 (diff) | |
drm/i915: Avoid compiler warning for maybe unused gu_misc_iir
/kisskb/src/drivers/gpu/drm/i915/i915_irq.c: warning: 'gu_misc_iir' may be used uninitialized in this function [-Wuninitialized]: => 3120:10
Silence the compiler warning by ensuring that the local variable is
initialised and removing the guard that is confusing the older gcc.
Reported-by: Geert Uytterhoeven <[email protected]>
Fixes: df0d28c185ad ("drm/i915/icl: GSE interrupt moves from DE_MISC to GU_MISC")
Signed-off-by: Chris Wilson <[email protected]>
Cc: Mika Kuoppala <[email protected]>
Cc: Paulo Zanoni <[email protected]>
Reviewed-by: Mika Kuoppala <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions