Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251062
b: refs/heads/master
c: 41b21ae
h: refs/heads/master
v: v3
  • Loading branch information
Niels de Vos authored and Tomi Valkeinen committed May 11, 2011
1 parent 03aae56 commit e327966
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 0d548a277c8ce29712161995985bb67cd1c35ff7
refs/heads/master: 41b21aebe6a9c06e0b906f14bcab7c49b9b72d7a
6 changes: 4 additions & 2 deletions trunk/drivers/video/omap2/omapfb/omapfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
#ifdef DEBUG
extern unsigned int omapfb_debug;
#define DBG(format, ...) \
if (omapfb_debug) \
printk(KERN_DEBUG "OMAPFB: " format, ## __VA_ARGS__)
do { \
if (omapfb_debug) \
printk(KERN_DEBUG "OMAPFB: " format, ## __VA_ARGS__); \
} while (0)
#else
#define DBG(format, ...)
#endif
Expand Down

0 comments on commit e327966

Please sign in to comment.