ddr: altera: Clean up set_rank_and_odt_mask() part 1
authorMarek Vasut <marex@denx.de>
Mon, 20 Jul 2015 06:03:11 +0000 (08:03 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:15 +0000 (14:14 +0200)
commitb2dfd100bc43863f467f552a7bb26932810f2f5e
treeacb75eb92c82dc1da6ff361b8698b8d42e6d8a84
parent4b0ac26a15a74664e51b49f1698fc42776edd3bc
ddr: altera: Clean up set_rank_and_odt_mask() part 1

First, invert the logic of the if (odt_mode == ...) conditional to make
the OFF mode harder to miss. It is a short piece of code right at the
end, so move it up.

Also, clean up data types and constify where applicable and clean up
the cs_and_odt_mask assignment. No functional change.

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/ddr/altera/sequencer.c