commit | a72e2e5cc2e74ed793a0651e072a8529cfb93631 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu Oct 10 10:02:38 2013 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Oct 11 16:31:15 2013 -0700 |
tree | aaeba1713699bafc4592feec5aa3e43aed2a3068 | |
parent | 0fc924bd4eecc45f05cc8437c28a8f33f9c45d3b [diff] |
USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leak When devm_usb_get_phy() fails, usb_put_hcd() should be called to prevent memory leak. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>