Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38142
b: refs/heads/master
c: 8b2a1fd
h: refs/heads/master
v: v3
  • Loading branch information
Zach Brown authored and Linus Torvalds committed Oct 3, 2006
1 parent 1fb7769 commit 42c711c
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: 3879b6b6a8ee39b50559b2c2dd083c557d39e0f8
refs/heads/master: 8b2a1fd1b394c60eaa2587716102dd5e9b4e5990
6 changes: 4 additions & 2 deletions trunk/include/linux/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,10 @@ extern void dump_stack(void);
#define pr_debug(fmt,arg...) \
printk(KERN_DEBUG fmt,##arg)
#else
#define pr_debug(fmt,arg...) \
do { } while (0)
static inline int __attribute__ ((format (printf, 1, 2))) pr_debug(const char * fmt, ...)
{
return 0;
}
#endif

#define pr_info(fmt,arg...) \
Expand Down

0 comments on commit 42c711c

Please sign in to comment.