提交 c59b3715 编写于 作者: A Alexandre Belloni

rtc: nvmem: don't return an error when not enabled

Avoid reporting an error when RTC_NVMEM is not selected.
Reported-by: Nkernel test robot <xiaolong.ye@intel.com>
Signed-off-by: NAlexandre Belloni <alexandre.belloni@bootlin.com>
上级 5aa6a62d
......@@ -285,7 +285,7 @@ void rtc_nvmem_unregister(struct rtc_device *rtc);
static inline int rtc_nvmem_register(struct rtc_device *rtc,
struct nvmem_config *nvmem_config)
{
return -ENODEV;
return 0;
}
static inline void rtc_nvmem_unregister(struct rtc_device *rtc) {}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册