kernel: bump 4.19 to 4.19.77
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0534-mmc-sdhci-Mask-spurious-interrupts.patch
index 8768a82fa5ec03b0f959a88749471b1a502ffc5d..e28fee443fb8bb8c56472c3dc52fa87665f67a4c 100644 (file)
@@ -1,7 +1,7 @@
-From 18eeb92e1b770f5c56411d7a2559b3696450578f Mon Sep 17 00:00:00 2001
+From be309b7db77215610d5ac15bf0aacd47ea5b3433 Mon Sep 17 00:00:00 2001
 From: Phil Elwell <phil@raspberrypi.org>
 Date: Fri, 28 Sep 2018 16:24:05 +0100
-Subject: [PATCH 534/782] mmc: sdhci: Mask "spurious" interrupts
+Subject: [PATCH 534/806] mmc: sdhci: Mask "spurious" interrupts
 
 Add a filter for "spurious" Transfer Complete interrupts, attempting
 to make it as specific as possible:
@@ -16,7 +16,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
 
 --- a/drivers/mmc/host/sdhci.c
 +++ b/drivers/mmc/host/sdhci.c
-@@ -2930,6 +2930,10 @@ static irqreturn_t sdhci_irq(int irq, vo
+@@ -2932,6 +2932,10 @@ static irqreturn_t sdhci_irq(int irq, vo
                        result = IRQ_WAKE_THREAD;
                }