projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f16e6fb
)
ram_console: set CON_ANYTIME console flag
author
Dima Zavin
<dima@android.com>
Thu, 12 Jan 2012 23:55:25 +0000
(15:55 -0800)
committer
Dima Zavin
<dima@android.com>
Thu, 12 Jan 2012 23:58:33 +0000
(15:58 -0800)
We want to ensure that we get all the console messages, even ones
that occur while the printing CPU is not yet online.
Change-Id: I1d2694d05ac9415669a92f38efdd8e71c927705b
Signed-off-by: Dima Zavin <dima@android.com>
drivers/staging/android/ram_console.c
patch
|
blob
|
history
diff --git
a/drivers/staging/android/ram_console.c
b/drivers/staging/android/ram_console.c
index cb42d899822e6b550ba2d1c1258205304a87dcbb..b278d62e4b894e867432864b491fa377059c8eec 100644
(file)
--- a/
drivers/staging/android/ram_console.c
+++ b/
drivers/staging/android/ram_console.c
@@
-143,7
+143,7
@@
ram_console_write(struct console *console, const char *s, unsigned int count)
static struct console ram_console = {
.name = "ram",
.write = ram_console_write,
- .flags = CON_PRINTBUFFER | CON_ENABLED,
+ .flags = CON_PRINTBUFFER | CON_ENABLED
| CON_ANYTIME
,
.index = -1,
};