generic: 5.15: refresh hack patch
[openwrt/openwrt.git] / target / linux / generic / hack-5.15 / 920-device_tree_cmdline.patch
index 27d4d7f1e5e25df46b5612d9eb8f977330b338a6..287b85996dd83ff00887ee303fc134981a45cc24 100644 (file)
@@ -1,6 +1,6 @@
 --- a/drivers/of/fdt.c
 +++ b/drivers/of/fdt.c
-@@ -1055,6 +1055,9 @@ int __init early_init_dt_scan_chosen(uns
+@@ -1158,6 +1158,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(l, COMMAND_LINE_SIZE));