Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281199
b: refs/heads/master
c: fdfc808
h: refs/heads/master
i:
  281197: 17a7d9b
  281195: 95bcfe2
  281191: f5dc013
  281183: d4784d4
v: v3
  • Loading branch information
San Mehat authored and Greg Kroah-Hartman committed Nov 30, 2011
1 parent 32bc17a commit 593fa05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4dc23861d9da89cfb5d2b0c5b3c96c115842a6c
refs/heads/master: fdfc8089429b58b4ac901926fe83fa85b0b7bfc1
8 changes: 8 additions & 0 deletions trunk/drivers/staging/android/ram_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,14 @@ static struct console ram_console = {
.index = -1,
};

void ram_console_enable_console(int enabled)
{
if (enabled)
ram_console.flags |= CON_ENABLED;
else
ram_console.flags &= ~CON_ENABLED;
}

static void __init
ram_console_save_old(struct ram_console_buffer *buffer, char *dest)
{
Expand Down

0 comments on commit 593fa05

Please sign in to comment.