]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ddr: altera: Clean up rw_mgr_mem_calibrate_writes()
authorMarek Vasut <marex@denx.de>
Sat, 18 Jul 2015 05:23:25 +0000 (07:23 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:32 +0000 (08:17 +0200)
commitbf83b411dc377b8fd81e6c8638e48254772d22fc
treee996c4703d1d63917807e1dfb6646f99bb77f375
parent6c0304c18f457c67fb436f0f6c2d4725b83f4a0d
ddr: altera: Clean up rw_mgr_mem_calibrate_writes()

Reorder the content of the function a little and fix the comments
so they at least become full sentences. Constify function args.
Fix the return value to match the common convention of 0 meaning
success.

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