Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mfd: atmel-flexcom/rk8xx-core: Convert comma to semicolon

Replace a comma between expression statements by a semicolon.

Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> # for atmel-flexcom.c
Link: https://lore.kernel.org/r/20240905092718.95011-1-shenlichuan@vivo.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Shen Lichuan and committed by
Lee Jones
b7cb398d 2e63d6fa

+2 -2
+1 -1
drivers/mfd/atmel-flexcom.c
··· 95 95 if (err) 96 96 return err; 97 97 98 - val = FLEX_MR_OPMODE(ddata->opmode), 98 + val = FLEX_MR_OPMODE(ddata->opmode); 99 99 writel(val, ddata->base + FLEX_MR); 100 100 101 101 clk_disable_unprepare(ddata->clk);
+1 -1
drivers/mfd/rk8xx-core.c
··· 618 618 bit = DEV_OFF; 619 619 break; 620 620 case RK808_ID: 621 - reg = RK808_DEVCTRL_REG, 621 + reg = RK808_DEVCTRL_REG; 622 622 bit = DEV_OFF_RST; 623 623 break; 624 624 case RK809_ID: