aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
authorzhengbin <zhengbin13@huawei.com>2019-12-16 11:19:13 +0800
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2019-12-23 11:16:23 +0100
commitde0505660f6b3cb3f5438be32397b63f5da87454 (patch)
treeee8fd86fd0ae4221708492f9ce375eab198e8e6b /drivers/rtc
parentrtc: asm9260: add the missed check for devm_clk_get (diff)
downloadlinux-dev-de0505660f6b3cb3f5438be32397b63f5da87454.tar.xz
linux-dev-de0505660f6b3cb3f5438be32397b63f5da87454.zip
rtc: omap: Remove unneeded semicolon
Fixes coccicheck warning: drivers/rtc/rtc-omap.c:619:2-3: Unneeded semicolon Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: zhengbin <zhengbin13@huawei.com> Link: https://lore.kernel.org/r/1576466353-45384-1-git-send-email-zhengbin13@huawei.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/rtc-omap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-omap.c b/drivers/rtc/rtc-omap.c
index 988a4dfcfaf8..d4ed20fb3194 100644
--- a/drivers/rtc/rtc-omap.c
+++ b/drivers/rtc/rtc-omap.c
@@ -616,7 +616,7 @@ static int rtc_pinconf_get(struct pinctrl_dev *pctldev,
break;
default:
return -ENOTSUPP;
- };
+ }
*config = pinconf_to_config_packed(param, arg);