Home
last modified time | relevance | path

Searched hist:"31 f334abc516a37257d09c4492808f3238e129fa" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/libfdt/
H A Dfdt_ro.c31f334abc516a37257d09c4492808f3238e129fa Tue Jul 14 16:08:43 UTC 2015 Masahiro Yamada <yamada.masahiro@socionext.com> libfdt: fix error code of fdt_get_string_index()

As mentioned in the comment block in include/libfdt.h,
fdt_get_string_index() is supposed to return a negative value
on error.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Fixes: 5094eb408a5d ("fdt: Add functions to retrieve strings")
Acked-by: Simon Glass <sjg@chromium.org>