Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dstrto.cdiff b91c6a1209e7da1a7f989d9ac35d0d8be0b7b710 Wed Oct 05 21:42:11 CDT 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>