Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353833
b: refs/heads/master
c: 79a4691
h: refs/heads/master
i:
  353831: 5400aaf
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent ef6beb3 commit 38f2a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34bb72b67496ebb9510720a1b9d7663eed1e4116
refs/heads/master: 79a469136cbd6bc7a91f8e3b785aa793e39a2a75
2 changes: 1 addition & 1 deletion trunk/drivers/staging/bcm/Debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 38f2a9a

Please sign in to comment.