mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-17 22:59:37 +02:00
ARM: davinci: Convert comma to semicolon
[ Upstream commitacc3815db1
] Replace a comma between expression statements by a semicolon. Fixes:efc1bb8a6f
("davinci: add power management support") Signed-off-by: Chen Ni <nichen@iscas.ac.cn> Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
392cff2f86
commit
cf3c2372d6
|
@ -61,7 +61,7 @@ static void davinci_pm_suspend(void)
|
||||||
|
|
||||||
/* Configure sleep count in deep sleep register */
|
/* Configure sleep count in deep sleep register */
|
||||||
val = __raw_readl(pm_config.deepsleep_reg);
|
val = __raw_readl(pm_config.deepsleep_reg);
|
||||||
val &= ~DEEPSLEEP_SLEEPCOUNT_MASK,
|
val &= ~DEEPSLEEP_SLEEPCOUNT_MASK;
|
||||||
val |= pm_config.sleepcount;
|
val |= pm_config.sleepcount;
|
||||||
__raw_writel(val, pm_config.deepsleep_reg);
|
__raw_writel(val, pm_config.deepsleep_reg);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user