diff options
author | Pan Bian | 2017-04-23 13:43:24 +0800 |
---|---|---|
committer | Alexandre Belloni | 2017-05-05 00:43:50 +0200 |
commit | 758929005f06f954b7e1c87a1c9fdb44157b228f (patch) | |
tree | 8723a25f9a32982ee8fffff47e0d6756293daca4 /drivers/rtc/class.c | |
parent | 538c08f4c89580fc644e2bc64e0a4b86c925da4e (diff) |
rtc: snvs: fix an incorrect check of return value
Function devm_regmap_init_mmio() returns an ERR_PTR on error. However,
in function snvs_rtc_probe() its return value is checked against NULL.
This patch fixes it by checking the return value with IS_ERR().
Signed-off-by: Pan Bian <bianpan2016@163.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc/class.c')
0 files changed, 0 insertions, 0 deletions