On 29 October 2015 at 00:20, Simon Glass <[email protected]> wrote: > On 27 October 2015 at 06:07, Przemyslaw Marczak <[email protected]> wrote: >> The function get_board_type() is called in two places by common code, >> but the returned pointer was never check. >> >> This commit adds checking the returned pointer, before use it. >> >> Signed-off-by: Przemyslaw Marczak <[email protected]> >> Cc: Minkyu Kang <[email protected]> >> --- >> Changes V2: >> - new commit >> --- >> board/samsung/common/board.c | 4 ++-- >> board/samsung/common/misc.c | 3 +++ >> 2 files changed, 5 insertions(+), 2 deletions(-) >> > > Reviewed-by: Simon Glass <[email protected]>
Tested-by: Anand Moon <[email protected]> -Anand Moon _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

