Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349053
b: refs/heads/master
c: 9ec6e9d
h: refs/heads/master
i:
  349051: f40855f
v: v3
  • Loading branch information
Roger Quadros authored and Greg Kroah-Hartman committed Jan 22, 2013
1 parent 845d769 commit c675341
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 0f815a0a700bc10547449bde6c106051a035a1b9
refs/heads/master: 9ec6e9d3cb5192b11074f8adcedc10a6d410528a
4 changes: 0 additions & 4 deletions trunk/drivers/usb/host/ehci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ static const char hcd_name [] = "ehci_hcd";
#undef VERBOSE_DEBUG
#undef EHCI_URB_TRACE

#ifdef DEBUG
#define EHCI_STATS
#endif

/* magic numbers that can affect system performance */
#define EHCI_TUNE_CERR 3 /* 0-3 qtd retries; 0 == don't stop */
#define EHCI_TUNE_RL_HS 4 /* nak throttle; see 4.9 */
Expand Down
4 changes: 4 additions & 0 deletions trunk/drivers/usb/host/ehci.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ typedef __u16 __bitwise __hc16;
#endif

/* statistics can be kept for tuning/monitoring */
#ifdef DEBUG
#define EHCI_STATS
#endif

struct ehci_stats {
/* irq usage */
unsigned long normal;
Expand Down

0 comments on commit c675341

Please sign in to comment.