From: Sergei Shtylyov Date: Thu, 25 Mar 2010 11:14:28 +0000 (+0200) Subject: musb_core: don't touch 'musb->clock' in musb_free() X-Git-Tag: v2.6.34-rc7~38^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fb48f4a96ef3d4eee0a13b92a3e8489171b47c9;p=pandora-kernel.git musb_core: don't touch 'musb->clock' in musb_free() Remove duplicate/unbalanced calls to clk_disable()/clk_put() in musb_free(): - clk_disable() is called by musb_platform_exit() just prior to this call; - clk_put() is called by the callers of musb_free() prior to calling it... Signed-off-by: Sergei Shtylyov Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed