Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190445
b: refs/heads/master
c: 3d0bfbf
h: refs/heads/master
i:
  190443: d157a89
v: v3
  • Loading branch information
Sergei Shtylyov authored and Greg Kroah-Hartman committed Apr 30, 2010
1 parent 3c4d094 commit 3c27570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 1fb48f4a96ef3d4eee0a13b92a3e8489171b47c9
refs/heads/master: 3d0bfbf25957e04354389047f0e6ba520d58487c
4 changes: 1 addition & 3 deletions trunk/drivers/usb/musb/musb_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,10 +965,8 @@ static void musb_shutdown(struct platform_device *pdev)
spin_lock_irqsave(&musb->lock, flags);
musb_platform_disable(musb);
musb_generic_disable(musb);
if (musb->clock) {
if (musb->clock)
clk_put(musb->clock);
musb->clock = NULL;
}
spin_unlock_irqrestore(&musb->lock, flags);

/* FIXME power down */
Expand Down

0 comments on commit 3c27570

Please sign in to comment.