commit | 722c96857044831f46c9bdf263a84ad6d5c87463 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Jul 17 02:07:12 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:15 2015 +0200 |
tree | d2b958b0cf68dc064949e9b77a183b771ffa2a76 | |
parent | 51cea0b6c0ef4989ee666dc99665b55dd02891ee [diff] |
ddr: altera: Trivial mem_calibrate() indent cleanup Redo the mega-condition such that if the calibration is to be skipped, the positive branch of the condition does all the work and returns. The negative branch, which is in fact the default behavior, is then converted to a code which is no longer conditional. This trims down the indent by one level. Signed-off-by: Marek Vasut <marex@denx.de>