i2c: sh_mobile: remove unneeded semicolon
authorYang Li <yang.lee@linux.alibaba.com>
Sat, 8 Jan 2022 05:41:09 +0000 (13:41 +0800)
committerWolfram Sang <wsa@kernel.org>
Tue, 11 Jan 2022 20:11:24 +0000 (21:11 +0100)
commitbf3c39f5da43499c52d4127b7f2f495b69dfeebf
treec16f04aa669d5b3e8effaab40c9147dde2a9de2c
parentf68ae7823a9dc7737d0e4265cf65119a50c9ec69
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>
drivers/i2c/busses/i2c-sh_mobile.c