Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276978
b: refs/heads/master
c: 248b122
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Dec 14, 2011
1 parent 65832cd commit e797716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ccc080c77cd47fde5eb097058fae930b956096eb
refs/heads/master: 248b122b131202de95aaa3670e48465619bdff14
2 changes: 1 addition & 1 deletion trunk/drivers/usb/dwc3/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ static int __devinit dwc3_core_init(struct dwc3 *dwc)
ret = -ENODEV;
goto err0;
}
dwc->revision = reg & DWC3_GSNPSREV_MASK;
dwc->revision = reg;

dwc3_core_soft_reset(dwc);

Expand Down

0 comments on commit e797716

Please sign in to comment.