diff options
author | Ye Bin <yebin10@huawei.com> | 2020-09-03 10:15:42 +0800 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-09 09:00:22 +0200 |
commit | 8014c4781b4661370ec8bbd345c3a32565a80bba (patch) | |
tree | a84b1f38b9ce94419bac4b5665d29e1a9019853f /drivers | |
parent | dd85345abca60a8916617e8d75c0f9ce334336dd (diff) | |
download | linux-stable-8014c4781b4661370ec8bbd345c3a32565a80bba.tar.gz linux-stable-8014c4781b4661370ec8bbd345c3a32565a80bba.tar.bz2 linux-stable-8014c4781b4661370ec8bbd345c3a32565a80bba.zip |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/memory/tegra/tegra210-emc-cc-r21021.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/memory/tegra/tegra210-emc-cc-r21021.c b/drivers/memory/tegra/tegra210-emc-cc-r21021.c index d60bdea3af3f..0ebfa8eccf0c 100644 --- a/drivers/memory/tegra/tegra210-emc-cc-r21021.c +++ b/drivers/memory/tegra/tegra210-emc-cc-r21021.c @@ -501,7 +501,6 @@ static u32 tegra210_emc_r21021_periodic_compensation(struct tegra210_emc *emc) emc_cfg_o = emc_readl(emc, EMC_CFG); emc_cfg = emc_cfg_o & ~(EMC_CFG_DYN_SELF_REF | EMC_CFG_DRAM_ACPD | - EMC_CFG_DRAM_CLKSTOP_PD | EMC_CFG_DRAM_CLKSTOP_PD); |