[PATCH v2] usb: dwc3: exynos: use devm_ functions

2012-11-12 Thread Jingoo Han
The devm_ functions allocate memory that is released when a driver detaches. This makes the code smaller and a bit simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- Changes since v1: - Rebased on usb-next branch drivers/usb/dwc3/dwc3-exynos.c | 51

Re: [PATCH v2] usb: dwc3: exynos: use devm_ functions

2012-11-12 Thread Felipe Balbi
Hi, On Tue, Nov 13, 2012 at 11:20:49AM +0900, Jingoo Han wrote: The devm_ functions allocate memory that is released when a driver detaches. This makes the code smaller and a bit simpler. Signed-off-by: Jingoo Han jg1@samsung.com Next time you want to use the output of