[PATCH] rockchip: ram: sdram_rk3x88: replace comma by semicolon

Kever Yang kever.yang at rock-chips.com
Mon Mar 14 08:45:54 CET 2022


Hi Johan,

Johan Jonker <jbx6244 at gmail.com> 于2022年1月13日周四 00:32写道:
>
> A comma at the end of a line gives sometimes strange
> effects in combination with some code formatters,
> so replace a comma by a semicolon in the sdram_rk3188.c
> and sdram_rk3288.c files.
>
> Signed-off-by: Johan Jonker <jbx6244 at gmail.com>

Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>  drivers/ram/rockchip/sdram_rk3188.c | 2 +-
>  drivers/ram/rockchip/sdram_rk3288.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/ram/rockchip/sdram_rk3188.c b/drivers/ram/rockchip/sdram_rk3188.c
> index d9ed8adf..be8ba446 100644
> --- a/drivers/ram/rockchip/sdram_rk3188.c
> +++ b/drivers/ram/rockchip/sdram_rk3188.c
> @@ -762,7 +762,7 @@ static int sdram_init(struct dram_info *dram,
>                  * CS1, n=2
>                  * CS0 & CS1, n = 3
>                  */
> -               sdram_params->ch[channel].rank = 2,
> +               sdram_params->ch[channel].rank = 2;
>                 clrsetbits_le32(&publ->pgcr, 0xF << 18,
>                                 (sdram_params->ch[channel].rank | 1) << 18);
>
> diff --git a/drivers/ram/rockchip/sdram_rk3288.c b/drivers/ram/rockchip/sdram_rk3288.c
> index f3e4a280..227a3cc6 100644
> --- a/drivers/ram/rockchip/sdram_rk3288.c
> +++ b/drivers/ram/rockchip/sdram_rk3288.c
> @@ -862,7 +862,7 @@ static int sdram_init(struct dram_info *dram,
>                  * CS1, n=2
>                  * CS0 & CS1, n = 3
>                  */
> -               sdram_params->ch[channel].rank = 2,
> +               sdram_params->ch[channel].rank = 2;
>                 clrsetbits_le32(&publ->pgcr, 0xF << 18,
>                                 (sdram_params->ch[channel].rank | 1) << 18);
>
> --
> 2.20.1
>


More information about the U-Boot mailing list