commit | f0712c35021af4b1651617483682f86b3212c6f4 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Jul 18 08:01:45 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:21 2015 +0200 |
tree | ccd2b79afd962b8c6d908c91139969a13ea2ba5c | |
parent | 901dc36e7a9eae6be1de24c7b61cfddee3bc80ef [diff] |
ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 4 First of all, don't break strings in the debug_cond() calls across multiple lines. Next, zap a couple of really odd casts in the code. Finally, make i into a signed variable, so it is possible to avoid constructs of the form: for (i = FOO;; i--) { <code>; if (i == 0) break; }. Signed-off-by: Marek Vasut <marex@denx.de>