Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235295
b: refs/heads/master
c: 9a1cadb
h: refs/heads/master
i:
  235293: bf1df30
  235291: 9f201a0
  235287: c161e07
  235279: 41e7b99
  235263: 9cf0338
v: v3
  • Loading branch information
David Daney authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent 4e9d526 commit f8f4199
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fc427a5a4bf3be770d7fbd933474957062049f1f
refs/heads/master: 9a1cadb9dd9130345d59638f5b6a8a4982c2b34a
4 changes: 1 addition & 3 deletions trunk/drivers/usb/host/ehci-dbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@
dev_warn (ehci_to_hcd(ehci)->self.controller , fmt , ## args )

#ifdef VERBOSE_DEBUG
# define vdbg dbg
# define ehci_vdbg ehci_dbg
#else
# define vdbg(fmt,args...) do { } while (0)
# define ehci_vdbg(ehci, fmt, args...) do { } while (0)
static inline void ehci_vdbg(struct ehci_hcd *ehci, ...) {}
#endif

#ifdef DEBUG
Expand Down

0 comments on commit f8f4199

Please sign in to comment.