]> git.baikalelectronics.ru Git - kernel.git/commit
staging: android: ram_console: drop early buffer support
authorColin Cross <ccross@android.com>
Thu, 8 Mar 2012 01:34:30 +0000 (17:34 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 02:32:40 +0000 (18:32 -0800)
commit5363d8e3ea5b1df1a235f37534137e8c04aa1265
treeac79138707fed20debb692844dd8d916951c907d
parent4fee3a26118799c30b669b47f295b99d8cfc8bdf
staging: android: ram_console: drop early buffer support

Early ramconsole is not very useful, an early crash will prevent
getting the logged data out on the next boot, and CONFIG_DEBUG_LL=y
will get the same information.  Drop it to simplify a future
refactoring.

CC: Android Kernel Team <kernel-team@android.com>
Signed-off-by: Colin Cross <ccross@android.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/Kconfig
drivers/staging/android/ram_console.c