]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
rtc: rx8010: rename ret to err in rx8010_set_time()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 14 Sep 2020 15:45:53 +0000 (17:45 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 15 Sep 2020 08:50:37 +0000 (10:50 +0200)
commit13952c9e35384fd7f63a5ce8261108695491bb56
tree51b505335dc10d53932ae7ac361b64c5ce7c9d1a
parente9e4c2dae4313b88c62ee9df9d177a71c23121b2
rtc: rx8010: rename ret to err in rx8010_set_time()

All other functions in this driver use 'err' for integer return values.
Do the same in rx8010_set_time() for consistency.

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