Skip to content

Commit bf3c39f

Browse files
Yang Liwsakernel
authored andcommitted
i2c: sh_mobile: remove unneeded semicolon
Eliminate the following coccicheck warning: ./drivers/i2c/busses/i2c-sh_mobile.c:849:3-4: Unneeded semicolon Reported-by: Abaci Robot <[email protected]> Signed-off-by: Yang Li <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent f68ae78 commit bf3c39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/i2c-sh_mobile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ static int sh_mobile_i2c_hook_irqs(struct platform_device *dev, struct sh_mobile
846846
return ret;
847847
}
848848
k++;
849-
};
849+
}
850850
} else {
851851
struct resource *res;
852852
resource_size_t n;

0 commit comments

Comments
 (0)