commit | 4256101f8ca908438ddbb5bd649274dbfd936f22 | [log] [tgz] |
---|---|---|
author | Igor Grinberg <grinberg@compulab.co.il> | Mon Dec 12 12:08:33 2011 +0200 |
committer | Remy Bohmer <linux@bohmer.net> | Fri Dec 16 21:03:37 2011 +0100 |
tree | e5b0f8d168ee0f999f9ea06042b08c75cec6d5e6 | |
parent | 1113a79b2a31a9051b3a1afd3edbbdf013f88833 [diff] |
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>