]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ddr: altera: Clean up sdr_*_phase() part 9
authorMarek Vasut <marex@denx.de>
Sun, 19 Jul 2015 03:48:30 +0000 (05:48 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:30 +0000 (08:17 +0200)
commit1771ca3626608427c66701496dcaab3dc30e9410
tree71527e9bece8d74c4fc18b489d0817ba50b1beb3
parent877189ff465bbc128ff0f5e2b9b28fa847566e73
ddr: altera: Clean up sdr_*_phase() part 9

The "d" variable is set to 0 in sdr_backup_phase() and is not used
at all in sdr_nonworking_phase(). Make it local and zap it respectively.

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