From 60312cff17f66cb5080ed3e3944e8afb041cb1d9 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Tue, 15 Dec 2015 11:20:38 +0000 Subject: generic/4.4: bump to -rc5 Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47894 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/patches-4.4/997-device_tree_cmdline.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/patches-4.4/997-device_tree_cmdline.patch') diff --git a/target/linux/generic/patches-4.4/997-device_tree_cmdline.patch b/target/linux/generic/patches-4.4/997-device_tree_cmdline.patch index 2ea41497a9..566648fcc5 100644 --- a/target/linux/generic/patches-4.4/997-device_tree_cmdline.patch +++ b/target/linux/generic/patches-4.4/997-device_tree_cmdline.patch @@ -1,6 +1,6 @@ --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c -@@ -951,6 +951,9 @@ int __init early_init_dt_scan_chosen(uns +@@ -956,6 +956,9 @@ int __init early_init_dt_scan_chosen(uns p = of_get_flat_dt_prop(node, "bootargs", &l); if (p != NULL && l > 0) strlcpy(data, p, min((int)l, COMMAND_LINE_SIZE)); -- cgit v1.2.3