Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20245
b: refs/heads/master
c: 7a11c4d
h: refs/heads/master
i:
  20243: 1e0034a
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Feb 13, 2006
1 parent 54b31f7 commit 9db4d75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 75c0141ca2fdae7c332d8f17412fbe0939dd005f
refs/heads/master: 7a11c4d0635d9f6995736390b8c3346fe6f63d57
6 changes: 3 additions & 3 deletions trunk/include/net/irda/irda.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ do { if(!(expr)) { \
#define IRDA_ASSERT_LABEL(label)
#endif /* CONFIG_IRDA_DEBUG */

#define IRDA_WARNING(args...) printk(KERN_WARNING args)
#define IRDA_MESSAGE(args...) printk(KERN_INFO args)
#define IRDA_ERROR(args...) printk(KERN_ERR args)
#define IRDA_WARNING(args...) do { if (net_ratelimit()) printk(KERN_WARNING args); } while (0)
#define IRDA_MESSAGE(args...) do { if (net_ratelimit()) printk(KERN_INFO args); } while (0)
#define IRDA_ERROR(args...) do { if (net_ratelimit()) printk(KERN_ERR args); } while (0)

/*
* Magic numbers used by Linux-IrDA. Random numbers which must be unique to
Expand Down

0 comments on commit 9db4d75

Please sign in to comment.