Skip to content

Commit 1893a2d

Browse files
JasonYanHwmripard
authored andcommitted
soc: sunxi: sram: remove unneeded semicolon
Eliminate the following coccicheck warning: drivers/soc/sunxi/sunxi_sram.c:197:2-3: Unneeded semicolon Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20200910140546.1191280-1-yanaijie@huawei.com
1 parent 9123e3a commit 1893a2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/sunxi/sunxi_sram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ static const struct sunxi_sram_data *sunxi_sram_of_parse(struct device_node *nod
194194
if (!data) {
195195
ret = -EINVAL;
196196
goto err;
197-
};
197+
}
198198

199199
for (func = data->func; func->func; func++) {
200200
if (val == func->val) {

0 commit comments

Comments
 (0)