[U-Boot] [PATCH 01/11] drivers: usb: dwc3: remove devm_zalloc from linux_compact
Simon Glass
sjg at chromium.org
Wed May 31 03:50:17 UTC 2017
+Masahiro
On 23 May 2017 at 05:55, Vignesh R <vigneshr at ti.com> wrote:
> From: Mugunthan V N <mugunthanvnm at ti.com>
>
> 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 <mugunthanvnm at ti.com>
> Signed-off-by: Vignesh R <vigneshr at ti.com>
> ---
> drivers/usb/dwc3/core.c | 7 +++++--
> drivers/usb/dwc3/dwc3-omap.c | 3 ++-
> drivers/usb/dwc3/linux-compat.h | 5 -----
> drivers/usb/dwc3/ti_usb_phy.c | 1 +
> 4 files changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list