From 38f2a9a44fd5be9a62cf3e3229e0863eda9f82ac Mon Sep 17 00:00:00 2001 From: Kevin McKinney Date: Fri, 4 Jan 2013 23:35:06 -0500 Subject: [PATCH] --- yaml --- r: 353833 b: refs/heads/master c: 79a469136cbd6bc7a91f8e3b785aa793e39a2a75 h: refs/heads/master i: 353831: 5400aafc4b53baea77f6533615efcc8ca1ae21a6 v: v3 --- [refs] | 2 +- trunk/drivers/staging/bcm/Debug.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 58a9aeb1f9d6..f11035e820db 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 34bb72b67496ebb9510720a1b9d7663eed1e4116 +refs/heads/master: 79a469136cbd6bc7a91f8e3b785aa793e39a2a75 diff --git a/trunk/drivers/staging/bcm/Debug.h b/trunk/drivers/staging/bcm/Debug.h index 7a66219a8f4c..4b620d9ba08b 100644 --- a/trunk/drivers/staging/bcm/Debug.h +++ b/trunk/drivers/staging/bcm/Debug.h @@ -192,7 +192,7 @@ typedef struct _S_BCM_DEBUG_STATE { * We'll reuse the debug level parameter to include a bit (the MSB) to indicate whether or not * we want the function's name printed. */ -#define DBG_NO_FUNC_PRINT 1 << 31 +#define DBG_NO_FUNC_PRINT (1 << 31) #define DBG_LVL_BITMASK 0xFF /* --- Only for direct printk's; "hidden" to API. */