]> bbs.cooldavid.org Git - net-next-2.6.git/commit
staging: android: binder: move debugging mask into a macro
authorDaniel Walker <dwalker@fifo99.com>
Fri, 12 Jun 2009 18:51:14 +0000 (11:51 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:25 +0000 (12:01 -0700)
commitdf56cb1f37415f16a187738ee9e3c03e2106e305
tree2007bb5234729efae56de5af04fbefd55892391a
parent0cb583fd2862f19ea88b02eb307d11c09e51e2f8
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>
drivers/staging/android/binder.c