commit | ee55de2aec107fb0daf9726a0765b12ddec358c7 | [log] [tgz] |
---|---|---|
author | Gerlando Falauto <gerlando.falauto@keymile.com> | Fri Aug 24 00:11:36 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Sep 18 12:01:52 2012 -0700 |
tree | ebfc3f1b5fe99829e4ce06c31f04a6cccfc6feb2 | |
parent | eb6aaeb3892a926d2dbb119f50db4b77b4c1a0c9 [diff] |
env: cosmetic: drop assignment i = iomux_doenv() iomux_doenv() can only return 0 or 1. So there is no need to save its return value in variable i, as checking its truth value within an if statement is enough. Signed-off-by: Gerlando Falauto <gerlando.falauto@keymile.com> Reviewed-by: Marek Vasut <marex@denx.de>