Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348666
b: refs/heads/master
c: c1a96eb
h: refs/heads/master
v: v3
  • Loading branch information
Chao Xie authored and Felipe Balbi committed Dec 13, 2012
1 parent 7be465f commit 09973d6
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: e887786a466f36720fde5d4a1bc3c7dacd400bd1
refs/heads/master: c1a96ebd315f82fa0f47adce264adb126cf72764
4 changes: 2 additions & 2 deletions trunk/drivers/usb/host/ehci-mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ static void ehci_clock_enable(struct ehci_hcd_mv *ehci_mv)
unsigned int i;

for (i = 0; i < ehci_mv->clknum; i++)
clk_enable(ehci_mv->clk[i]);
clk_prepare_enable(ehci_mv->clk[i]);
}

static void ehci_clock_disable(struct ehci_hcd_mv *ehci_mv)
{
unsigned int i;

for (i = 0; i < ehci_mv->clknum; i++)
clk_disable(ehci_mv->clk[i]);
clk_disable_unprepare(ehci_mv->clk[i]);
}

static int mv_ehci_enable(struct ehci_hcd_mv *ehci_mv)
Expand Down

0 comments on commit 09973d6

Please sign in to comment.