Home
last modified time | relevance | path

Searched hist:c0ef51318813c062052f91ef7c15b75bbbf15767 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Depautoconf.cc0ef51318813c062052f91ef7c15b75bbbf15767 Fri Aug 13 13:02:41 UTC 2010 Vitaly Kuzmichev <vkuzmichev@mvista.com> USB-CDC: change simple_strtol to simple_strtoul

The patch is based on commit bb9496c6f7e853e5d4edd5397c9d45f1968d623c
(done by Julia Lawall <julia@diku.dk>) from linux-2.6.git.

Since num is unsigned, it would seem better to use simple_strtoul that
simple_strtol.

Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com>