linux/drivers/staging/android
Daniel Walker df56cb1f37 staging: android: binder: move debugging mask into a macro
I moved the continual,

if (binder_debug_mask & mask)
	printk()

into a single macro so it's all in one place. It could be refined further
from there.

Signed-off-by: Daniel Walker <dwalker@fifo99.com>
Cc: Brian Swetland <swetland@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15 12:01:25 -07:00
..
binder.c staging: android: binder: move debugging mask into a macro 2009-09-15 12:01:25 -07:00
binder.h
Kconfig Staging: android: fix Kconfig issues 2009-06-19 11:00:52 -07:00
logger.c Staging: android: logger: fix up remaining checkpatch warnings 2009-06-19 11:00:52 -07:00
logger.h Staging: android: add logging driver 2009-01-06 13:52:42 -08:00
lowmemorykiller.c Staging: android: lowmemorykiller.c: fix it for "oom: move oom_adj value from task_struct to mm_struct" 2009-07-28 14:07:10 -07:00
lowmemorykiller.txt Staging: android: Add lowmemorykiller documentation. 2009-01-28 15:49:05 -08:00
Makefile Staging: android: timed_gpio: Separate timed_output class into a separate driver. 2009-06-19 11:00:52 -07:00
ram_console.c Staging: android: ram_console: fix up remaining checkpatch warnings 2009-06-19 11:00:52 -07:00
timed_gpio.c Staging: android: timed_gpio: Separate timed_output class into a separate driver. 2009-06-19 11:00:52 -07:00
timed_gpio.h Staging: android: timed_gpio: Separate timed_output class into a separate driver. 2009-06-19 11:00:52 -07:00
timed_output.c Staging: android: timed_gpio: Separate timed_output class into a separate driver. 2009-06-19 11:00:52 -07:00
timed_output.h Staging: android: timed_gpio: Separate timed_output class into a separate driver. 2009-06-19 11:00:52 -07:00
TODO Staging: android: remove dummy android.c driver 2009-01-06 13:52:44 -08:00