rtc: nvmem: emit an error message when nvmem registration fails
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 9 Nov 2020 16:34:07 +0000 (17:34 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 19 Nov 2020 11:50:12 +0000 (12:50 +0100)
commit6746bc095bbd1da719aadd9a11fe2c75a12f22e0
tree74cdc6fa8455551cb60ea21e32ab3072d0b951ea
parent3a905c2d9544a418953d6c18668f0f853fbd9be9
rtc: nvmem: emit an error message when nvmem registration fails

Some users check the return value of devm_rtc_nvmem_register() only in
order to emit an error message and then continue probing. This is fine
as an rtc can function without exposing nvmem but let's generalize it:
let's make the registration function emit the error message so that
users don't have to.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20201109163409.24301-7-brgl@bgdev.pl
drivers/rtc/nvmem.c
drivers/rtc/rtc-cmos.c
drivers/rtc/rtc-ds1553.c
drivers/rtc/rtc-ds1742.c