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