Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376057
b: refs/heads/master
c: 0797c3a
h: refs/heads/master
i:
  376055: f37c3e4
v: v3
  • Loading branch information
Paul Zimmerman authored and Greg Kroah-Hartman committed May 22, 2013
1 parent 6b6a3b1 commit 1007459
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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: ed644baab64d5c2e6e130a4794680eb06f7da81c
refs/heads/master: 0797c3a3e9660682b5df80911f35b523995a40bd
1 change: 1 addition & 0 deletions trunk/drivers/staging/dwc2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ config USB_DWC2_TRACK_MISSED_SOFS
bool "Enable Missed SOF Tracking"
help
Say Y here to enable logging of missed SOF events to the dmesg log.
WARNING: This feature is still experimental.
If in doubt, say N.

config USB_DWC2_DEBUG_PERIODIC
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/dwc2/hcd_intr.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@
static void dwc2_track_missed_sofs(struct dwc2_hsotg *hsotg)
{
#ifdef CONFIG_USB_DWC2_TRACK_MISSED_SOFS
#warning Compiling code to track missed SOFs

u16 curr_frame_number = hsotg->frame_number;

if (hsotg->frame_num_idx < FRAME_NUM_ARRAY_SIZE) {
Expand Down

0 comments on commit 1007459

Please sign in to comment.