rtc: meson: remove useless rtc_nvmem_unregister call
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 11 Feb 2019 09:46:46 +0000 (10:46 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 17 Feb 2019 20:28:39 +0000 (21:28 +0100)
commit5736610ab61622ca4ca09a5778a8b18fd3220b1b
treeb100cdd7ebda810e3e8be1cff2ad6ee3ad7cb520
parentd8fe6009aa3ecbeeab3a4ec1a8bce68959a885be
rtc: meson: remove useless rtc_nvmem_unregister call

rtc_nvmem_unregister() is called on rtc_device release so it is not
necessary to call it from the driver.

Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-meson.c