diff mbox series

[bionic,1/2] UBUNTU: SAUCE: drm/i915:Don't set chip specific data

Message ID 20180323165428.15530-2-jesse.sung@canonical.com
State New
Headers show
Series Wyse 3040: Fix system hang after the cycle of cpu offline/online | expand

Commit Message

Wen-chien Jesse Sung March 23, 2018, 4:54 p.m. UTC
From: Raymond Liu <raymondx.liu@intel.com>

BugLink: https://launchpad.net/bugs/1736393

This chip data is unused and cause panic after
the cycle of cpu offline/online

Signed-off-by: Raymond Liu <raymondx.liu@intel.com>
Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>
---
 drivers/gpu/drm/i915/intel_lpe_audio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thadeu Lima de Souza Cascardo March 27, 2018, 5:24 p.m. UTC | #1
Applied to bionic master-next branch.

Thanks.
Cascardo.

Applied-to: bionic/master-next
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i915/intel_lpe_audio.c b/drivers/gpu/drm/i915/intel_lpe_audio.c
index 5809b29044fc..efe8dd4f12a9 100644
--- a/drivers/gpu/drm/i915/intel_lpe_audio.c
+++ b/drivers/gpu/drm/i915/intel_lpe_audio.c
@@ -176,7 +176,7 @@  static int lpe_audio_irq_init(struct drm_i915_private *dev_priv)
 				handle_simple_irq,
 				"hdmi_lpe_audio_irq_handler");
 
-	return irq_set_chip_data(irq, dev_priv);
+	return 0;
 }
 
 static bool lpe_audio_detect(struct drm_i915_private *dev_priv)