Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289206
b: refs/heads/master
c: 74f6736
h: refs/heads/master
v: v3
  • Loading branch information
Dima Zavin authored and Greg Kroah-Hartman committed Mar 8, 2012
1 parent 1c855c5 commit 8e9618f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 97d5cb094cd2fb3e646b4a8cbc30445e61d62ef8
refs/heads/master: 74f6736ecfbbbe9e7ebf9ba52475b6cb39c44f75
2 changes: 1 addition & 1 deletion trunk/drivers/staging/android/ram_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 8e9618f

Please sign in to comment.