]> git.sur5r.net Git - u-boot/commit
ARM: uniphier: check return code of setenv()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 7 Jun 2016 12:03:43 +0000 (21:03 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 8 Jun 2016 23:18:25 +0000 (08:18 +0900)
commit80630dad9d95f81a67d4b93e226a79e679393d31
treeebe7b669032efb782900d0d5f3c8fd95bddc7cbb
parent7760b49fa7fd383094dd7c5566c1382021664e95
ARM: uniphier: check return code of setenv()

Because setenv() may fail, it is better to check its return code.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/board_late_init.c