Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93312
b: refs/heads/master
c: f66396b
h: refs/heads/master
v: v3
  • Loading branch information
Tilman Schmidt authored and Greg Kroah-Hartman committed Apr 25, 2008
1 parent 7383a5f commit bf98adf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 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: ff66e3ce3524125106be3ff18104ecde0849b85c
refs/heads/master: f66396b55d4016bdc7a5298db7a681c63b649bf4
13 changes: 6 additions & 7 deletions trunk/include/linux/usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -1701,13 +1701,12 @@ extern void usb_unregister_notify(struct notifier_block *nb);
#define dbg(format, arg...) do {} while (0)
#endif

#define err(format, arg...) printk(KERN_ERR "%s: " format "\n" , \
__FILE__ , ## arg)
#define info(format, arg...) printk(KERN_INFO "%s: " format "\n" , \
__FILE__ , ## arg)
#define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n" , \
__FILE__ , ## arg)

#define err(format, arg...) printk(KERN_ERR KBUILD_MODNAME ": " \
format "\n" , ## arg)
#define info(format, arg...) printk(KERN_INFO KBUILD_MODNAME ": " \
format "\n" , ## arg)
#define warn(format, arg...) printk(KERN_WARNING KBUILD_MODNAME ": " \
format "\n" , ## arg)

#endif /* __KERNEL__ */

Expand Down

0 comments on commit bf98adf

Please sign in to comment.