linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] memory: tegra: Delete duplicated argument to '|' in function tegra210_emc_r21021_periodic_compensation
@ 2020-09-03  2:15 Ye Bin
  2020-09-09  6:55 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Ye Bin @ 2020-09-03  2:15 UTC (permalink / raw)
  To: krzk, linux-kernel; +Cc: Ye Bin

In funtion tegra210_emc_r21021_periodic_compensation when calculate emc_cfg
EMC_CFG_DRAM_CLKSTOP_PD is duplicated

Signed-off-by: Ye Bin <yebin10@huawei.com>
---
 drivers/memory/tegra/tegra210-emc-cc-r21021.c | 1 -
 1 file changed, 1 deletion(-)

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);
 
 
-- 
2.25.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] memory: tegra: Delete duplicated argument to '|' in function tegra210_emc_r21021_periodic_compensation
  2020-09-03  2:15 [PATCH] memory: tegra: Delete duplicated argument to '|' in function tegra210_emc_r21021_periodic_compensation Ye Bin
@ 2020-09-09  6:55 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-09  6:55 UTC (permalink / raw)
  To: Ye Bin; +Cc: linux-kernel

On Thu, Sep 03, 2020 at 10:15:42AM +0800, Ye Bin wrote:
> In funtion tegra210_emc_r21021_periodic_compensation when calculate emc_cfg
> EMC_CFG_DRAM_CLKSTOP_PD is duplicated
> 
> Signed-off-by: Ye Bin <yebin10@huawei.com>
> ---
>  drivers/memory/tegra/tegra210-emc-cc-r21021.c | 1 -
>  1 file changed, 1 deletion(-)

Thanks, applied.

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-09  6:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-03  2:15 [PATCH] memory: tegra: Delete duplicated argument to '|' in function tegra210_emc_r21021_periodic_compensation Ye Bin
2020-09-09  6:55 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).