]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up queue-5.10/drm-msm-dp-do-not-complete-dp_aux_cmd_fifo_tx-if-irq-is-not-for...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jan 2023 09:32:54 +0000 (10:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jan 2023 09:32:54 +0000 (10:32 +0100)
queue-5.10/drm-msm-dp-do-not-complete-dp_aux_cmd_fifo_tx-if-irq-is-not-for-aux-transfer.patch

index 97b136f4fc6ab647ba510cd4b3cd9f6a2ef83db9..6036c53dd23a51d0738c2cc8f73ac0d98d7e477b 100644 (file)
@@ -69,7 +69,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        aux->isr = dp_catalog_aux_get_irq(aux->catalog);
  
 +      /* no interrupts pending, return immediately */
-+      if (!isr)
++      if (!aux->isr)
 +              return;
 +
        if (!aux->cmd_busy)