kernel: update 3.10 to 3.10.10
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.10 / 997-device_tree_cmdline.patch
index 8009a297f1fa5ca97f0d4aa2e43faa5c377faa31..7b8939a03273cf53afb7364da9714a6dfdf4c52a 100644 (file)
@@ -1,6 +1,6 @@
 --- a/drivers/of/fdt.c
 +++ b/drivers/of/fdt.c
-@@ -677,6 +677,9 @@ int __init early_init_dt_scan_chosen(uns
+@@ -679,6 +679,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));