On Thu, 10 Dec 2020, Ville Syrjälä <[email protected]> wrote:
> On Thu, Dec 10, 2020 at 08:25:49PM +0100, Thomas Gleixner wrote:
>> Nothing uses the result and nothing should ever use it in driver code.
>> 
>> Signed-off-by: Thomas Gleixner <[email protected]>
>> Cc: Jani Nikula <[email protected]>
>> Cc: Joonas Lahtinen <[email protected]>
>> Cc: Rodrigo Vivi <[email protected]>
>> Cc: David Airlie <[email protected]>
>> Cc: Daniel Vetter <[email protected]>
>> Cc: Pankaj Bharadiya <[email protected]>
>> Cc: Chris Wilson <[email protected]>
>> Cc: Wambui Karuga <[email protected]>
>> Cc: [email protected]
>> Cc: [email protected]
>
> Reviewed-by: Ville Syrjälä <[email protected]>

Thomas, I presume you want to merge this series as a whole.

Acked-by: Jani Nikula <[email protected]>

for merging via whichever tree makes most sense. Please let us know if
you want us to pick this up via drm-intel instead.

>
>> ---
>>  drivers/gpu/drm/i915/display/intel_lpe_audio.c |    4 ----
>>  1 file changed, 4 deletions(-)
>> 
>> --- a/drivers/gpu/drm/i915/display/intel_lpe_audio.c
>> +++ b/drivers/gpu/drm/i915/display/intel_lpe_audio.c
>> @@ -297,13 +297,9 @@ int intel_lpe_audio_init(struct drm_i915
>>   */
>>  void intel_lpe_audio_teardown(struct drm_i915_private *dev_priv)
>>  {
>> -    struct irq_desc *desc;
>> -
>>      if (!HAS_LPE_AUDIO(dev_priv))
>>              return;
>>  
>> -    desc = irq_to_desc(dev_priv->lpe_audio.irq);
>> -
>>      lpe_audio_platdev_destroy(dev_priv);
>>  
>>      irq_free_desc(dev_priv->lpe_audio.irq);
>> 
>> _______________________________________________
>> Intel-gfx mailing list
>> [email protected]
>> https://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Jani Nikula, Intel Open Source Graphics Center

Reply via email to