Re: [U-Boot] [PATCH 3/3] usb: common: Use a global definition for 'min3'

2013-04-25 Thread Tom Rini
On Wed, Apr 24, 2013 at 06:20:13PM +0530, Vivek Gautam wrote: We can use a common global method for calculating minimum of 3 numbers. Put the same in 'common header' and let 'ehci' use it. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Acked-by: Tom Rini tr...@ti.com -- Tom

[U-Boot] [PATCH 3/3] usb: common: Use a global definition for 'min3'

2013-04-24 Thread Vivek Gautam
We can use a common global method for calculating minimum of 3 numbers. Put the same in 'common header' and let 'ehci' use it. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- drivers/usb/host/ehci-hcd.c | 10 -- include/common.h| 25 + 2

Re: [U-Boot] [PATCH 3/3] usb: common: Use a global definition for 'min3'

2013-04-24 Thread Vivek Gautam
CC: Tom Rini On Wed, Apr 24, 2013 at 6:20 PM, Vivek Gautam gautam.vi...@samsung.com wrote: We can use a common global method for calculating minimum of 3 numbers. Put the same in 'common header' and let 'ehci' use it. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com ---