rtc: goldfish: Use correct return value for goldfish_rtc_probe()
authorTiezhu Yang <yangtiezhu@loongson.cn>
Mon, 25 May 2020 01:39:47 +0000 (09:39 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 30 May 2020 02:12:34 +0000 (04:12 +0200)
commitf4c29a09cccb954f027bf0793877fdd42e5db88f
treeffa9b5134ef875ab737a88aa6762da3de40d5781
parent4b957bde561f3a56865395be06f1be2c196b0b5e
rtc: goldfish: Use correct return value for goldfish_rtc_probe()

When call function devm_platform_ioremap_resource(), we should use IS_ERR()
to check the return value and return PTR_ERR() if failed.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/1590370788-15136-1-git-send-email-yangtiezhu@loongson.cn
drivers/rtc/rtc-goldfish.c