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>
Este commit está contenido en:

cometido por
Greg Kroah-Hartman

padre
13962c7479
commit
7917a9df73
@@ -331,8 +331,5 @@ int musb_platform_exit(struct musb *musb)
|
||||
|
||||
musb_platform_suspend(musb);
|
||||
|
||||
clk_put(musb->clock);
|
||||
musb->clock = NULL;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Referencia en una nueva incidencia
Block a user