1
0
Fork 0

soc: mediatek: remove unneeded semicolon

Fix up drivers/soc/mediatek/mtk-scpsys.c:255:2-3: Unneeded semicolon
accidently being added in commit f9e2f65dd561 ("soc: mediatek: add a
fixed wait for SRAM stable").

Fixes: f9e2f65dd561 ("soc: mediatek: add a fixed wait for SRAM stable")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
hifive-unleashed-5.1
Sean Wang 2018-05-10 10:57:40 +08:00 committed by Matthias Brugger
parent 1ba96062b5
commit 5b70cba407
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ static int scpsys_power_on(struct generic_pm_domain *genpd)
MTK_POLL_DELAY_US, MTK_POLL_TIMEOUT);
if (ret < 0)
goto err_pwr_ack;
};
}
if (scpd->data->bus_prot_mask) {
ret = mtk_infracfg_clear_bus_protection(scp->infracfg,