]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
4.4-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Jul 2018 12:21:40 +0000 (14:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Jul 2018 12:21:40 +0000 (14:21 +0200)
added patches:
dmaengine-pxa_dma-remove-duplicate-const-qualifier.patch

queue-4.4/dmaengine-pxa_dma-remove-duplicate-const-qualifier.patch [new file with mode: 0644]
queue-4.4/series

diff --git a/queue-4.4/dmaengine-pxa_dma-remove-duplicate-const-qualifier.patch b/queue-4.4/dmaengine-pxa_dma-remove-duplicate-const-qualifier.patch
new file mode 100644 (file)
index 0000000..686e46f
--- /dev/null
@@ -0,0 +1,30 @@
+From 4e0def887d717598ae8062b46e55f9e00d3a5783 Mon Sep 17 00:00:00 2001
+From: Eric Engestrom <eric.engestrom@imgtec.com>
+Date: Mon, 25 Apr 2016 10:47:56 +0100
+Subject: dmaengine: pxa_dma: remove duplicate const qualifier
+
+From: Eric Engestrom <eric.engestrom@imgtec.com>
+
+commit 4e0def887d717598ae8062b46e55f9e00d3a5783 upstream.
+
+Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
+Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
+Signed-off-by: Vinod Koul <vinod.koul@intel.com>
+Cc: Andrea Adami <andrea.adami@gmail.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ drivers/dma/pxa_dma.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/drivers/dma/pxa_dma.c
++++ b/drivers/dma/pxa_dma.c
+@@ -1321,7 +1321,7 @@ static int pxad_init_phys(struct platfor
+       return 0;
+ }
+-static const struct of_device_id const pxad_dt_ids[] = {
++static const struct of_device_id pxad_dt_ids[] = {
+       { .compatible = "marvell,pdma-1.0", },
+       {}
+ };
index 9df1ed446295fa878edcddd3f8d0b18371b97285..2c587992a20f307cc6bd4894432166748857b56b 100644 (file)
@@ -98,3 +98,4 @@ random-mix-rdrand-with-entropy-sent-in-from-userspace.patch
 squashfs-be-more-careful-about-metadata-corruption.patch
 ext4-fix-inline-data-updates-with-checksums-enabled.patch
 ext4-check-for-allocation-block-validity-with-block-group-locked.patch
+dmaengine-pxa_dma-remove-duplicate-const-qualifier.patch