From f0a5f24217fbedd7ffba0a2a0bf37c1102e44ad0 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 2 Dec 2015 21:52:41 +0000 Subject: kernel: update 4.1 to 4.1.13 - two upstreamed patches removed - compile tested all targets using 4.1 - run tested ar71xx Signed-off-by: Roman Yeryomin Signed-off-by: Hauke Mehrtens SVN-Revision: 47694 --- target/linux/mediatek/patches/0057-thermal-oops.patch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'target/linux/mediatek/patches/0057-thermal-oops.patch') diff --git a/target/linux/mediatek/patches/0057-thermal-oops.patch b/target/linux/mediatek/patches/0057-thermal-oops.patch index e7684f1..cf5b278 100644 --- a/target/linux/mediatek/patches/0057-thermal-oops.patch +++ b/target/linux/mediatek/patches/0057-thermal-oops.patch @@ -8,11 +8,9 @@ Signed-off-by: John Crispin drivers/thermal/mtk_thermal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -diff --git a/drivers/thermal/mtk_thermal.c b/drivers/thermal/mtk_thermal.c -index 27aab12..5fdcbf6 100644 --- a/drivers/thermal/mtk_thermal.c +++ b/drivers/thermal/mtk_thermal.c -@@ -394,7 +394,8 @@ static irqreturn_t mtk_thermal_irq(int irq, void *dev_id) +@@ -394,7 +394,8 @@ static irqreturn_t mtk_thermal_irq(int i for (i = 0; i < MT8173_NUM_BANKS; i++) { if (!(irqstat & (1 << i))) @@ -22,6 +20,3 @@ index 27aab12..5fdcbf6 100644 } return IRQ_HANDLED; --- -1.7.10.4 - -- cgit v1.1