aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/921-use_preinit_as_init.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/patches-4.4/921-use_preinit_as_init.patch')
-rw-r--r--target/linux/generic/patches-4.4/921-use_preinit_as_init.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.4/921-use_preinit_as_init.patch b/target/linux/generic/patches-4.4/921-use_preinit_as_init.patch
index 1f4e6322b1..3aba9d63ba 100644
--- a/target/linux/generic/patches-4.4/921-use_preinit_as_init.patch
+++ b/target/linux/generic/patches-4.4/921-use_preinit_as_init.patch
@@ -1,6 +1,6 @@
--- a/init/main.c
+++ b/init/main.c
-@@ -964,7 +964,8 @@ static int __ref kernel_init(void *unuse
+@@ -966,7 +966,8 @@ static int __ref kernel_init(void *unuse
panic("Requested init %s failed (error %d).",
execute_command, ret);
}