Skip to content

Commit 8014c47

Browse files
Ye Binkrzk
authored andcommitted
memory: tegra: Delete duplicated argument to '|' in function tegra210_emc_r21021_periodic_compensation
In function tegra210_emc_r21021_periodic_compensation when calculate emc_cfg EMC_CFG_DRAM_CLKSTOP_PD is duplicated. Signed-off-by: Ye Bin <yebin10@huawei.com> Link: https://lore.kernel.org/r/20200903021542.315195-1-yebin10@huawei.com Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
1 parent dd85345 commit 8014c47

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/memory/tegra/tegra210-emc-cc-r21021.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,6 @@ static u32 tegra210_emc_r21021_periodic_compensation(struct tegra210_emc *emc)
501501
emc_cfg_o = emc_readl(emc, EMC_CFG);
502502
emc_cfg = emc_cfg_o & ~(EMC_CFG_DYN_SELF_REF |
503503
EMC_CFG_DRAM_ACPD |
504-
EMC_CFG_DRAM_CLKSTOP_PD |
505504
EMC_CFG_DRAM_CLKSTOP_PD);
506505

507506

0 commit comments

Comments
 (0)