diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-09-02 10:18:15 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-09-02 10:18:15 +0000 |
commit | 7d6cff4882e1484e09956e19825acdae3a68618c (patch) | |
tree | 76a46ad583bca975dd2cb71f20543fa2c1eee425 /target/linux/generic/patches-3.18/921-use_preinit_as_init.patch | |
parent | 7747092ed1d906b247d834735941d995a62c5556 (diff) | |
download | upstream-7d6cff4882e1484e09956e19825acdae3a68618c.tar.gz upstream-7d6cff4882e1484e09956e19825acdae3a68618c.tar.bz2 upstream-7d6cff4882e1484e09956e19825acdae3a68618c.zip |
kernel: update 3.18 to 3.18.21
Changelog:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.21
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46768
Diffstat (limited to 'target/linux/generic/patches-3.18/921-use_preinit_as_init.patch')
-rw-r--r-- | target/linux/generic/patches-3.18/921-use_preinit_as_init.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.18/921-use_preinit_as_init.patch b/target/linux/generic/patches-3.18/921-use_preinit_as_init.patch index d297e3bc30..57c2fe27be 100644 --- a/target/linux/generic/patches-3.18/921-use_preinit_as_init.patch +++ b/target/linux/generic/patches-3.18/921-use_preinit_as_init.patch @@ -1,6 +1,6 @@ --- a/init/main.c +++ b/init/main.c -@@ -962,7 +962,8 @@ static int __ref kernel_init(void *unuse +@@ -963,7 +963,8 @@ static int __ref kernel_init(void *unuse pr_err("Failed to execute %s (error %d). Attempting defaults...\n", execute_command, ret); } |