From: Daniel Walker Date: Fri, 12 Jun 2009 18:51:14 +0000 (-0700) Subject: staging: android: binder: move debugging mask into a macro X-Git-Tag: v2.6.32-rc1~668^2~640 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df56cb1f37415f16a187738ee9e3c03e2106e305;p=pandora-kernel.git 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 Cc: Brian Swetland Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed