summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-nand/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-18 09:59:19 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-18 10:05:45 -0300
commitff416f69d383ee58b5fe1bcb32288f640a236f7e (patch)
treef4dc448f55cea0d758fb4257fa42e1d0cce01b5c /kernels/linux-libre-nand/change-default-console-loglevel.patch
parent6f3294b340bdc1849327b771d27b467a71f11196 (diff)
linux-libre-nand: add new package to [kernels] - Bug #1143 -> https://labs.parabola.nu/issues/1143#note-4
Diffstat (limited to 'kernels/linux-libre-nand/change-default-console-loglevel.patch')
-rw-r--r--kernels/linux-libre-nand/change-default-console-loglevel.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/kernels/linux-libre-nand/change-default-console-loglevel.patch b/kernels/linux-libre-nand/change-default-console-loglevel.patch
new file mode 100644
index 000000000..11da2a9d8
--- /dev/null
+++ b/kernels/linux-libre-nand/change-default-console-loglevel.patch
@@ -0,0 +1,11 @@
+--- linux-3.16/include/linux/printk.h.old 2014-08-04 18:48:30.686043266 +0200
++++ linux-3.16/include/linux/printk.h 2014-08-04 18:48:47.706218528 +0200
+@@ -37,7 +37,7 @@
+ #define CONSOLE_LOGLEVEL_SILENT 0 /* Mum's the word */
+ #define CONSOLE_LOGLEVEL_MIN 1 /* Minimum loglevel we let people use */
+ #define CONSOLE_LOGLEVEL_QUIET 4 /* Shhh ..., when booted with "quiet" */
+-#define CONSOLE_LOGLEVEL_DEFAULT 7 /* anything MORE serious than KERN_DEBUG */
++#define CONSOLE_LOGLEVEL_DEFAULT 4 /* anything MORE serious than KERN_DEBUG */
+ #define CONSOLE_LOGLEVEL_DEBUG 10 /* issue debug messages */
+ #define CONSOLE_LOGLEVEL_MOTORMOUTH 15 /* You can't shut this one up */
+