Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213166
b: refs/heads/master
c: be70e26
h: refs/heads/master
v: v3
  • Loading branch information
Philipp Reisner committed Oct 15, 2010
1 parent bced961 commit 940cff2
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: 2265769531afe267f864111c103b04b4427720b6
refs/heads/master: be70e2671b95a8982ff133ebaafff6399ad393d4
2 changes: 1 addition & 1 deletion trunk/include/linux/dynamic_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static inline int ddebug_remove_module(const char *mod)

#define dynamic_pr_debug(fmt, ...) \
do { if (0) printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__); } while (0)
#define dynamic_dev_dbg(dev, format, ...) \
#define dynamic_dev_dbg(dev, fmt, ...) \
do { if (0) dev_printk(KERN_DEBUG, dev, fmt, ##__VA_ARGS__); } while (0)
#endif

Expand Down

0 comments on commit 940cff2

Please sign in to comment.