MUSB: OMAP: don't call clk_put()
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>
This commit is contained in:
parent
13962c7479
commit
7917a9df73
|
@ -331,8 +331,5 @@ int musb_platform_exit(struct musb *musb)
|
||||||
|
|
||||||
musb_platform_suspend(musb);
|
musb_platform_suspend(musb);
|
||||||
|
|
||||||
clk_put(musb->clock);
|
|
||||||
musb->clock = NULL;
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue