[PATCH V2 4/5] USB: ohci-exynos: Add missing usb_put_hcd()

2013-10-10 Thread Jingoo Han
When devm_usb_get_phy() fails, usb_put_hcd() should be called to prevent memory leak. Signed-off-by: Jingoo Han --- drivers/usb/host/ohci-exynos.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/ohci-exynos.c b/drivers/usb/host/ohci-exynos.c index 5c877bf..aa50e18 100644

Re: [PATCH V2 4/5] USB: ohci-exynos: Add missing usb_put_hcd()

2013-10-11 Thread 'Greg Kroah-Hartman'
On Thu, Oct 10, 2013 at 04:42:22PM +0900, Jingoo Han wrote: > When devm_usb_get_phy() fails, usb_put_hcd() should be called > to prevent memory leak. > > Signed-off-by: Jingoo Han Already applied this one, thanks. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-samsu