From 5705d058eb0abea99dfa47dbbdb8ef9cd47ae0b8 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 SVN-Revision: 47894 --- 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 2ea4149..566648f 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.1