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 <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Wolfram Sang <wsa@kernel.org>
1 parent f68ae78 commit bf3c39f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)