Re: [U-Boot] [PATCH 01/11] drivers: usb: dwc3: remove devm_zalloc from linux_compact

2017-05-30 Thread Simon Glass
+Masahiro On 23 May 2017 at 05:55, Vignesh R wrote: > From: Mugunthan V N > > devm_zalloc() is already defined in dm/device.h header, so > devm_zalloc can be removed from linux_compact.h beader file. > > Signed-off-by: Mugunthan V N > Signed-off-by: Vignesh R > --- > drivers/usb/dwc3/core.c

[U-Boot] [PATCH 01/11] drivers: usb: dwc3: remove devm_zalloc from linux_compact

2017-05-23 Thread Vignesh R
From: Mugunthan V N devm_zalloc() is already defined in dm/device.h header, so devm_zalloc can be removed from linux_compact.h beader file. Signed-off-by: Mugunthan V N Signed-off-by: Vignesh R --- drivers/usb/dwc3/core.c | 7 +-- drivers/usb/dwc3/dwc3-omap.c| 3 ++- drivers/u