]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
USB: ULPI: clean a mixup of return types
authorIgor Grinberg <grinberg@compulab.co.il>
Mon, 12 Dec 2011 10:08:33 +0000 (12:08 +0200)
committerRemy Bohmer <linux@bohmer.net>
Fri, 16 Dec 2011 20:03:37 +0000 (21:03 +0100)
commit4256101f8ca908438ddbb5bd649274dbfd936f22
treee5b0f8d168ee0f999f9ea06042b08c75cec6d5e6
parent1113a79b2a31a9051b3a1afd3edbbdf013f88833
USB: ULPI: clean a mixup of return types

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 <grinberg@compulab.co.il>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/usb/ulpi/ulpi-viewport.c
drivers/usb/ulpi/ulpi.c
include/usb/ulpi.h