]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ddr: altera: Clean up sdr_*_phase() part 2
authorMarek Vasut <marex@denx.de>
Sun, 19 Jul 2015 02:34:12 +0000 (04:34 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:30 +0000 (08:17 +0200)
commit3fdde11a321391a67da0a668c4663d150c2a3bb5
tree1863786779053d1348708a28315a450e8eb311b4
parentf22ca01afcd67668fae868c259d85888b2c3ff7b
ddr: altera: Clean up sdr_*_phase() part 2

Fix the arguments passed to these functions. The grp argument
does not have to be passed via reference, it's never modified
within either of those functions, so make it into a value.

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