From: Wei Yongjun Date: Fri, 26 Apr 2013 06:27:09 +0000 (+0800) Subject: usb: musb: omap2430: add missing platform_device_put() on error in omap2430_probe() X-Git-Tag: v3.10-rc3~26^2~26^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b7e450fb5cefb5865c77999a675330206ab3b8a;p=pandora-kernel.git usb: musb: omap2430: add missing platform_device_put() on error in omap2430_probe() Add the missing platform_device_put() before return from omap2430_probe() in the error handling case. Introduced by commit ca784be36cc725bca9b526eba342de7550329731 (usb: start using the control module driver) Signed-off-by: Wei Yongjun Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed