Re: [U-Boot] [PATCH 2/4] lin_gadget: use common mdelay

2012-04-26 Thread Anatolij Gustschin
On Mon, 9 Apr 2012 19:39:54 -0400 Mike Frysinger wrote: > No need to provide our own mdelay() macro when we have a func for it. > > Signed-off-by: Mike Frysinger > --- > include/usb/lin_gadget_compat.h |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Applied to u-boot-staging/ag.

[U-Boot] [PATCH 2/4] lin_gadget: use common mdelay

2012-04-09 Thread Mike Frysinger
No need to provide our own mdelay() macro when we have a func for it. Signed-off-by: Mike Frysinger --- include/usb/lin_gadget_compat.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/usb/lin_gadget_compat.h b/include/usb/lin_gadget_compat.h index fce3be7..1b937e