aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.0/921-use_preinit_as_init.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-07-22 12:51:04 +0000
committerJonas Gorski <jogo@openwrt.org>2015-07-22 12:51:04 +0000
commit02198322b93665d332464e942ff848e55cfb0c21 (patch)
tree6b37a91f6d054547070b4c1faab4508401c32ea8 /target/linux/generic/patches-4.0/921-use_preinit_as_init.patch
parent2911b5aa11ed579e74d0f7309ed8935d3ecea62d (diff)
downloadupstream-02198322b93665d332464e942ff848e55cfb0c21.tar.gz
upstream-02198322b93665d332464e942ff848e55cfb0c21.tar.bz2
upstream-02198322b93665d332464e942ff848e55cfb0c21.zip
kernel: update 4.0 to 4.0.9
Changelog: * https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.9 Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46440
Diffstat (limited to 'target/linux/generic/patches-4.0/921-use_preinit_as_init.patch')
-rw-r--r--target/linux/generic/patches-4.0/921-use_preinit_as_init.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.0/921-use_preinit_as_init.patch b/target/linux/generic/patches-4.0/921-use_preinit_as_init.patch
index 16448a4162..d0aa29f145 100644
--- a/target/linux/generic/patches-4.0/921-use_preinit_as_init.patch
+++ b/target/linux/generic/patches-4.0/921-use_preinit_as_init.patch
@@ -1,6 +1,6 @@
--- a/init/main.c
+++ b/init/main.c
-@@ -956,7 +956,8 @@ static int __ref kernel_init(void *unuse
+@@ -957,7 +957,8 @@ static int __ref kernel_init(void *unuse
panic("Requested init %s failed (error %d).",
execute_command, ret);
}