commit | 1113a79b2a31a9051b3a1afd3edbbdf013f88833 | [log] [tgz] |
---|---|---|
author | Igor Grinberg <grinberg@compulab.co.il> | Wed Dec 14 08:16:03 2011 +0200 |
committer | Remy Bohmer <linux@bohmer.net> | Fri Dec 16 21:00:23 2011 +0100 |
tree | 42e8ddd766cf6ad03b18ea997b4b72f6081dc926 | |
parent | 06e42c6e2ce269667daecd6229d0b7c813838203 [diff] |
USB: ULPI: switch argument type from u8 to unsigned There is no benefit in using u8, so switch to unsigned to reduce the binary image size (by 20 bytes). Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Acked-by: Simon Glass <sjg@chromium.org>