Skip to content
Snippets Groups Projects
Commit c2ba2ff5 authored by Gerlando Falauto's avatar Gerlando Falauto Committed by Tom Rini
Browse files

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: default avatarGerlando Falauto <gerlando.falauto@keymile.com>
Reviewed-by: default avatarMarek Vasut <marex@denx.de>
parent 8ae51ae1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment