Re: [U-Boot] [PATCH 2/4] USB: ULPI: clean a mixup of return types

2011-12-16 Thread Remy Bohmer
Hi, 2011/12/12 Igor Grinberg grinb...@compulab.co.il: Clean a mixup between u32 and int as a return type for functions returning error values. Use int as it is native (and widely used) return type. Signed-off-by: Igor Grinberg grinb...@compulab.co.il ---  drivers/usb/ulpi/ulpi-viewport.c |

Re: [U-Boot] [PATCH 2/4] USB: ULPI: clean a mixup of return types

2011-12-13 Thread Simon Glass
On Mon, Dec 12, 2011 at 2:08 AM, Igor Grinberg grinb...@compulab.co.il wrote: Clean a mixup between u32 and int as a return type for functions returning error values. Use int as it is native (and widely used) return type. Signed-off-by: Igor Grinberg grinb...@compulab.co.il Acked-by: Simon

[U-Boot] [PATCH 2/4] USB: ULPI: clean a mixup of return types

2011-12-12 Thread Igor Grinberg
Clean a mixup between u32 and int as a return type for functions returning error values. Use int as it is native (and widely used) return type. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- drivers/usb/ulpi/ulpi-viewport.c |4 ++-- drivers/usb/ulpi/ulpi.c |8