USB: ULPI: switch argument type from u8 to unsigned
authorIgor Grinberg <grinberg@compulab.co.il>
Wed, 14 Dec 2011 06:16:03 +0000 (08:16 +0200)
committerRemy Bohmer <linux@bohmer.net>
Fri, 16 Dec 2011 20:00:23 +0000 (21:00 +0100)
commit1113a79b2a31a9051b3a1afd3edbbdf013f88833
tree42e8ddd766cf6ad03b18ea997b4b72f6081dc926
parent06e42c6e2ce269667daecd6229d0b7c813838203
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>
drivers/usb/ulpi/ulpi.c
include/usb/ulpi.h