commit | 6cf5574ffff7c9c8b88eec793e3488dd5a48e86d | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Fri Jan 26 14:43:48 2018 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Jan 29 07:48:58 2018 +0100 |
tree | 159fa37ab8249becfe94c5976457037bc6a6ef76 | |
parent | d544ddfbc80106debbf2906a2897417220d657e8 [diff] |
cfi_flash: Remove assignments from if conditions The condition in if statements should not be used for variable assignment. Instead, the assignment should be done in a separate step beforehand. Fix all instances where this occurs. Signed-off-by: Mario Six <mario.six@gdsys.cc> Signed-off-by: Stefan Roese <sr@denx.de>