linux/drivers/staging/android
Daniel Walker fd0a2f07d9 staging: android: binder: add enum usage in function arguments
Declare the binder_deferred_state enum, and use the new enum
for one of the binder_defer_work function arguments. This
should keep the argument within the confines of the enum
instead of the whole int range.

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: add enum usage in function arguments 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
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