Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84743
b: refs/heads/master
c: 756fa92
h: refs/heads/master
i:
  84741: 218b6fd
  84739: 9854c87
  84735: 73d5043
v: v3
  • Loading branch information
Marcin Slusarz authored and Linus Torvalds committed Feb 8, 2008
1 parent 88cbedc commit 20fcb06
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 48d6d8ff7dca804536298e517298182c4a51c421
refs/heads/master: 756fa92f4d725698ffa4ac1faeb8f4e8cdb6cd95
4 changes: 2 additions & 2 deletions trunk/include/linux/udf_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@

#ifdef UDFFS_DEBUG
#define udf_debug(f, a...) \
{ \
do { \
printk (KERN_DEBUG "UDF-fs DEBUG %s:%d:%s: ", \
__FILE__, __LINE__, __FUNCTION__); \
printk (f, ##a); \
}
} while (0)
#else
#define udf_debug(f, a...) /**/
#endif
Expand Down

0 comments on commit 20fcb06

Please sign in to comment.