Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289209
b: refs/heads/master
c: c5ee121
h: refs/heads/master
i:
  289207: 3014ba2
v: v3
  • Loading branch information
Colin Cross authored and Greg Kroah-Hartman committed Mar 8, 2012
1 parent bf74275 commit 5ee8fc6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 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: 8294e2362fa1ce8a172a32ae8607d35563e8b043
refs/heads/master: c5ee1211f249b0897f715aba4647c1f494509cab
5 changes: 0 additions & 5 deletions trunk/drivers/staging/android/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ config ANDROID_RAM_CONSOLE
depends on !S390 && !UML
default n

config ANDROID_RAM_CONSOLE_ENABLE_VERBOSE
bool "Enable verbose console messages on Android RAM console"
default y
depends on ANDROID_RAM_CONSOLE

menuconfig ANDROID_RAM_CONSOLE_ERROR_CORRECTION
bool "Android RAM Console Enable error correction"
default n
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/staging/android/ram_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,6 @@ static int __init ram_console_init(struct ram_console_buffer *buffer,
buffer->size = 0;

register_console(&ram_console);
#ifdef CONFIG_ANDROID_RAM_CONSOLE_ENABLE_VERBOSE
console_verbose();
#endif
return 0;
}

Expand Down

0 comments on commit 5ee8fc6

Please sign in to comment.