From: Ming Lei Date: Fri, 4 Jan 2013 15:13:06 +0000 (+0800) Subject: usb: musb: core: fix failure path X-Git-Tag: v3.9-rc1~126^2~45^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681d1e8761ca773967bce9bd1bb2896f07279551;p=pandora-kernel.git usb: musb: core: fix failure path In the fail1~fail5 failure path, pm_runtime_disable() should be called to avoid 'Unbalanced pm_runtime_enable' error in next probe() which may be triggered by defer probe or next 'modprobe musb_hdrc'. Cc: Sebastian Andrzej Siewior Cc: v3.8 Signed-off-by: Ming Lei Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed