Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dstrto.cb91c6a1209e7da1a7f989d9ac35d0d8be0b7b710 Thu Oct 06 02:42:11 UTC 2016 Simon Glass <sjg@chromium.org> Fix return value in trailing_strtoln()

This function should return -1 if there is no trailing integer in the
string. Instead it returns 0. Fix it by checking for this condition at the
start.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>