aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-omap.c
diff options
context:
space:
mode:
authorJia-Ju Bai <baijiaju1990@gmail.com>2018-07-30 21:59:03 +0800
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-08-27 22:51:54 +0200
commitc6b5eb8dd33480104683d838da10c7ec77d32e8a (patch)
tree6de9fdf1150320727f9e6b0125f2b19fd0b6c26b /drivers/rtc/rtc-omap.c
parentLinux 4.19-rc1 (diff)
downloadlinux-dev-c6b5eb8dd33480104683d838da10c7ec77d32e8a.tar.xz
linux-dev-c6b5eb8dd33480104683d838da10c7ec77d32e8a.zip
rtc: rtc-mrst: Replace mdelay() with msleep() in mrst_read_time()
mrst_read_time() is never called in atomic context. It calls mdelay() to busily wait, which is not necessary. mdelay() can be replaced with msleep(). This is found by a static analysis tool named DCNS written by myself. Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/rtc-omap.c')
0 files changed, 0 insertions, 0 deletions