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>
This commit is contained in:
zhengbin 2019-12-16 11:19:13 +08:00 committed by Alexandre Belloni
parent 62cbe63f58
commit de0505660f
1 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ static int rtc_pinconf_get(struct pinctrl_dev *pctldev,
break;
default:
return -ENOTSUPP;
};
}
*config = pinconf_to_config_packed(param, arg);