Home
last modified time | relevance | path

Searched hist:"3 c927cccdc930e15cc993e27ac3bee8e15682423" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dfdt_support.h3c927cccdc930e15cc993e27ac3bee8e15682423 Tue Sep 20 23:24:34 UTC 2011 Timur Tabi <timur@freescale.com> fdt: check for fdt errors in fdt_create_phandle

fdt_create_phandle() was ignoring errors from fdt_set_phandle(). If an
error occurs, print an error message and return 0, which is an invalid
phandle. We also need to change the return type for fdt_create_phandle()
to indicate that it cannot return an error code.

Signed-off-by: Timur Tabi <timur@freescale.com>
/rk3399_rockchip-uboot/common/
H A Dfdt_support.c3c927cccdc930e15cc993e27ac3bee8e15682423 Tue Sep 20 23:24:34 UTC 2011 Timur Tabi <timur@freescale.com> fdt: check for fdt errors in fdt_create_phandle

fdt_create_phandle() was ignoring errors from fdt_set_phandle(). If an
error occurs, print an error message and return 0, which is an invalid
phandle. We also need to change the return type for fdt_create_phandle()
to indicate that it cannot return an error code.

Signed-off-by: Timur Tabi <timur@freescale.com>