On Thu, Nov 03, 2016 at 10:47:42AM -0500, Benjamin Fair wrote: > Some error values were missing from the table which meant that they could > not be translated by fdt_strerror(). > > Signed-off-by: Benjamin Fair <b-fair@xxxxxx> Applied, thanks. > --- > libfdt/fdt_strerror.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libfdt/fdt_strerror.c b/libfdt/fdt_strerror.c > index 4ab3eb7..9677a18 100644 > --- a/libfdt/fdt_strerror.c > +++ b/libfdt/fdt_strerror.c > @@ -77,6 +77,9 @@ static struct fdt_errtabent fdt_errtable[] = { > FDT_ERRTABENT(FDT_ERR_BADVERSION), > FDT_ERRTABENT(FDT_ERR_BADSTRUCTURE), > FDT_ERRTABENT(FDT_ERR_BADLAYOUT), > + FDT_ERRTABENT(FDT_ERR_INTERNAL), > + FDT_ERRTABENT(FDT_ERR_BADNCELLS), > + FDT_ERRTABENT(FDT_ERR_BADVALUE), > FDT_ERRTABENT(FDT_ERR_BADOVERLAY), > FDT_ERRTABENT(FDT_ERR_NOPHANDLES), > }; -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson
Attachment:
signature.asc
Description: PGP signature