Skip to content

Commit

Permalink
MUSB: OMAP: don't call clk_put()
Browse files Browse the repository at this point in the history
Remove duplicate/unbalanced call to clk_put() from musb_platform_exit() --
clk_put() gets called from musb_core.c anyway...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Sergei Shtylyov authored and Greg Kroah-Hartman committed Apr 30, 2010
1 parent 13962c7 commit 7917a9d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/usb/musb/omap2430.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,5 @@ int musb_platform_exit(struct musb *musb)

musb_platform_suspend(musb);

clk_put(musb->clock);
musb->clock = NULL;

return 0;
}

0 comments on commit 7917a9d

Please sign in to comment.