Skip to content

Commit 9e5747c

Browse files
Jiapeng Chongmmind
authored andcommitted
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]> Link: https://lore.kernel.org/r/1629361749-97977-1-git-send-email-jiapeng.chong@linux.alibaba.com Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 28b05a6 commit 9e5747c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soc/rockchip/io-domain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ static int rk3568_iodomain_write(struct rockchip_iodomain_supply *supply, int uV
115115
break;
116116
default:
117117
return -EINVAL;
118-
};
118+
}
119119

120120
return 0;
121121
}

0 commit comments

Comments
 (0)