aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/patches-4.19/0050-v5.1-drivers-provide-devm_platform_ioremap_resource.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2020-02-24 16:11:02 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2020-02-24 19:11:36 +0100
commit7ae25233239bc7421712980a8be02e21970134e0 (patch)
tree9e7d176bd8c4a76ce8b991184ae0ef88c2ad6b4e /target/linux/ath79/patches-4.19/0050-v5.1-drivers-provide-devm_platform_ioremap_resource.patch
parentfc65fae3048172c2aa9efb9c793789ebe8b0a8e3 (diff)
downloadupstream-7ae25233239bc7421712980a8be02e21970134e0.tar.gz
upstream-7ae25233239bc7421712980a8be02e21970134e0.tar.bz2
upstream-7ae25233239bc7421712980a8be02e21970134e0.zip
kernel: bump 4.19 to 4.19.106
Refreshed all patches. Remove upstreamed: - 950-0786-leds-pca963x-Fix-open-drain-initialization.patch Compile-tested on: cns3xxx Runtime-tested on: cns3xxx Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ath79/patches-4.19/0050-v5.1-drivers-provide-devm_platform_ioremap_resource.patch')
-rw-r--r--target/linux/ath79/patches-4.19/0050-v5.1-drivers-provide-devm_platform_ioremap_resource.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/patches-4.19/0050-v5.1-drivers-provide-devm_platform_ioremap_resource.patch b/target/linux/ath79/patches-4.19/0050-v5.1-drivers-provide-devm_platform_ioremap_resource.patch
index a52addbf95..32c960f320 100644
--- a/target/linux/ath79/patches-4.19/0050-v5.1-drivers-provide-devm_platform_ioremap_resource.patch
+++ b/target/linux/ath79/patches-4.19/0050-v5.1-drivers-provide-devm_platform_ioremap_resource.patch
@@ -22,7 +22,7 @@ Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
--- a/drivers/base/platform.c
+++ b/drivers/base/platform.c
-@@ -80,6 +80,24 @@ struct resource *platform_get_resource(s
+@@ -81,6 +81,24 @@ struct resource *platform_get_resource(s
EXPORT_SYMBOL_GPL(platform_get_resource);
/**