Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326079
b: refs/heads/master
c: 8276052
h: refs/heads/master
i:
  326077: 977097c
  326075: f4f38ea
  326071: b7b06a9
  326063: a545cba
  326047: 7a33142
  326015: 8b421aa
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 18, 2012
1 parent b6a2d04 commit f8af581
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: e8656b02ef353e73d0625302c85026f80958c531
refs/heads/master: 82760526e6d2e1d1e815abaf3eae42b8bb82968c
8 changes: 0 additions & 8 deletions trunk/include/linux/usb/serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -365,14 +365,6 @@ static inline void usb_serial_debug_data(int debug,
function, size, size, data);
}

/* Use our own dbg macro */
#undef dbg
#define dbg(format, arg...) \
do { \
if (debug) \
printk(KERN_DEBUG "%s: " format "\n", __FILE__, ##arg); \
} while (0)

/*
* Macro for reporting errors in write path to avoid inifinite loop
* when port is used as a console.
Expand Down

0 comments on commit f8af581

Please sign in to comment.