Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107280
b: refs/heads/master
c: 95b1bc2
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and David Woodhouse committed Jul 30, 2008
1 parent 8dee7cb commit 36c450f
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 771999b65f79264acde4b855e5d35696eca5e80c
refs/heads/master: 95b1bc20532c18e3f19cd460c8350350c84ffbb2
6 changes: 5 additions & 1 deletion trunk/include/linux/mtd/mtd.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,11 @@ static inline void mtd_erase_callback(struct erase_info *instr)
printk(KERN_INFO args); \
} while(0)
#else /* CONFIG_MTD_DEBUG */
#define DEBUG(n, args...) do { } while(0)
#define DEBUG(n, args...) \
do { \
if (0) \
printk(KERN_INFO args); \
} while(0)

#endif /* CONFIG_MTD_DEBUG */

Expand Down

0 comments on commit 36c450f

Please sign in to comment.