summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-07-18 08:01:45 +0200
committerMarek Vasut <marex@denx.de>2015-08-08 14:14:21 +0200
commitf0712c35021af4b1651617483682f86b3212c6f4 (patch)
treeccd2b79afd962b8c6d908c91139969a13ea2ba5c /include
parent901dc36e7a9eae6be1de24c7b61cfddee3bc80ef (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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions