[PATCH] soc: mediatek: remove unneeded semicolon

Matthias Brugger matthias.bgg at gmail.com
Fri May 11 04:27:21 PDT 2018



On 05/10/2018 04:57 AM, sean.wang at mediatek.com wrote:
> From: Sean Wang <sean.wang at mediatek.com>
> 
> 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 at intel.com>
> Signed-off-by: Sean Wang <sean.wang at mediatek.com>
> ---

pushed to v4.17-next/soc
Thanks


>  drivers/soc/mediatek/mtk-scpsys.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/soc/mediatek/mtk-scpsys.c b/drivers/soc/mediatek/mtk-scpsys.c
> index 2080c8f..128e3dd 100644
> --- a/drivers/soc/mediatek/mtk-scpsys.c
> +++ b/drivers/soc/mediatek/mtk-scpsys.c
> @@ -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,
> 



More information about the linux-arm-kernel mailing list