2021-08-19 08:31:31

by Jiapeng Chong

[permalink] [raw]
Subject: [PATCH] soc: rockchip: io-domain: Remove unneeded semicolon

Fix the following coccicheck warnings:

./drivers/soc/rockchip/io-domain.c:118:2-3: Unneeded semicolon.

Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
---
drivers/soc/rockchip/io-domain.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/rockchip/io-domain.c b/drivers/soc/rockchip/io-domain.c
index 13c446f..9df513d1 100644
--- a/drivers/soc/rockchip/io-domain.c
+++ b/drivers/soc/rockchip/io-domain.c
@@ -115,7 +115,7 @@ static int rk3568_iodomain_write(struct rockchip_iodomain_supply *supply, int uV
break;
default:
return -EINVAL;
- };
+ }

return 0;
}
--
1.8.3.1


2021-08-19 23:05:58

by Heiko Stuebner

[permalink] [raw]
Subject: Re: [PATCH] soc: rockchip: io-domain: Remove unneeded semicolon

On Thu, 19 Aug 2021 16:29:09 +0800, Jiapeng Chong wrote:
> Fix the following coccicheck warnings:
>
> ./drivers/soc/rockchip/io-domain.c:118:2-3: Unneeded semicolon.

Applied, thanks!

[1/1] soc: rockchip: io-domain: Remove unneeded semicolon
commit: 9e5747c57807ad8a04c356340190cfdd0bd54111

Best regards,
--
Heiko Stuebner <[email protected]>