]> git.ipfire.org Git - people/ms/u-boot.git/commit
libfdt: fix error code of fdt_get_string_index()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 14 Jul 2015 16:08:43 +0000 (01:08 +0900)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2015 13:21:47 +0000 (07:21 -0600)
commit31f334abc516a37257d09c4492808f3238e129fa
tree6c518fa271f9e2e9e16b08ec3bf57c76e107fba6
parent965fab1adf59586fe27e81f4def0aeadc51ec1d5
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>
lib/libfdt/fdt_ro.c