Skip to content

Commit

Permalink
staging: android: binder: move debugging mask into a macro
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Walker authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 0cb583f commit df56cb1
Showing 1 changed file with 266 additions and 246 deletions.
Loading

0 comments on commit df56cb1

Please sign in to comment.