From: Yang Li Date: Sat, 8 Jan 2022 05:41:09 +0000 (+0800) Subject: i2c: sh_mobile: remove unneeded semicolon X-Git-Tag: v6.6.17~8402^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf3c39f5da43499c52d4127b7f2f495b69dfeebf;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Yang Li Reviewed-by: Geert Uytterhoeven Signed-off-by: Wolfram Sang --- diff --git a/drivers/i2c/busses/i2c-sh_mobile.c b/drivers/i2c/busses/i2c-sh_mobile.c index 9754849..72f024a 100644 --- a/drivers/i2c/busses/i2c-sh_mobile.c +++ b/drivers/i2c/busses/i2c-sh_mobile.c @@ -846,7 +846,7 @@ static int sh_mobile_i2c_hook_irqs(struct platform_device *dev, struct sh_mobile return ret; } k++; - }; + } } else { struct resource *res; resource_size_t n;