aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.9/121-of-Add-check-to-of_scan_flat_dt-before-accessing-ini.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-05-26 22:56:32 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2017-05-27 00:48:37 +0200
commit0b173759316f3eff85c5c41523cae376e907b7c7 (patch)
tree160a285fbf6b059eaf29946b37df4ea9475b1290 /target/linux/generic/patches-4.9/121-of-Add-check-to-of_scan_flat_dt-before-accessing-ini.patch
parent48e500570ee964e4e74c3f88cd518f2d3b1ba1ce (diff)
downloadupstream-0b173759316f3eff85c5c41523cae376e907b7c7.tar.gz
upstream-0b173759316f3eff85c5c41523cae376e907b7c7.tar.bz2
upstream-0b173759316f3eff85c5c41523cae376e907b7c7.zip
kernel: update kernel 4.9 to 4.9.30
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/patches-4.9/121-of-Add-check-to-of_scan_flat_dt-before-accessing-ini.patch')
-rw-r--r--target/linux/generic/patches-4.9/121-of-Add-check-to-of_scan_flat_dt-before-accessing-ini.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.9/121-of-Add-check-to-of_scan_flat_dt-before-accessing-ini.patch b/target/linux/generic/patches-4.9/121-of-Add-check-to-of_scan_flat_dt-before-accessing-ini.patch
index f939f0734c..bc05dcec65 100644
--- a/target/linux/generic/patches-4.9/121-of-Add-check-to-of_scan_flat_dt-before-accessing-ini.patch
+++ b/target/linux/generic/patches-4.9/121-of-Add-check-to-of_scan_flat_dt-before-accessing-ini.patch
@@ -12,7 +12,7 @@ Signed-off-by: Tobias Wolf <dev-NTEO@vplace.de>
--- a/drivers/of/fdt.c
+++ b/drivers/of/fdt.c
-@@ -738,9 +738,12 @@ int __init of_scan_flat_dt(int (*it)(uns
+@@ -741,9 +741,12 @@ int __init of_scan_flat_dt(int (*it)(uns
const char *pathp;
int offset, rc = 0, depth = -1;