projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f68ae78
)
i2c: sh_mobile: remove unneeded semicolon
author
Yang Li
<yang.lee@linux.alibaba.com>
Sat, 8 Jan 2022 05:41:09 +0000
(13:41 +0800)
committer
Wolfram Sang
<wsa@kernel.org>
Tue, 11 Jan 2022 20:11:24 +0000
(21:11 +0100)
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
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-sh_mobile.c
b/drivers/i2c/busses/i2c-sh_mobile.c
index 9754849dbb232dac387635f7961e45ec231383da..72f024a0c363209b747092fd4db50b68917127fc 100644
(file)
--- 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;