Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338677
b: refs/heads/master
c: 4fd2448
h: refs/heads/master
i:
  338675: ab47b92
v: v3
  • Loading branch information
Kishon Vijay Abraham I authored and Greg Kroah-Hartman committed Nov 16, 2012
1 parent fb6772f commit 8ba8e58
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ac96511bb5cf92bad97ffc2249f75e45eb70301d
refs/heads/master: 4fd24483d1de7a3c183fa862fa9ff13b49361966
4 changes: 2 additions & 2 deletions trunk/drivers/usb/dwc3/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ static int __devinit dwc3_core_init(struct dwc3 *dwc)

dwc3_core_soft_reset(dwc);

dwc3_cache_hwparams(dwc);

reg = dwc3_readl(dwc->regs, DWC3_GCTL);
reg &= ~DWC3_GCTL_SCALEDOWN_MASK;
reg &= ~DWC3_GCTL_DISSCRAMBLE;
Expand Down Expand Up @@ -460,6 +458,8 @@ static int __devinit dwc3_probe(struct platform_device *pdev)
pm_runtime_get_sync(dev);
pm_runtime_forbid(dev);

dwc3_cache_hwparams(dwc);

ret = dwc3_alloc_event_buffers(dwc, DWC3_EVENT_BUFFERS_SIZE);
if (ret) {
dev_err(dwc->dev, "failed to allocate event buffers\n");
Expand Down

0 comments on commit 8ba8e58

Please sign in to comment.