]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: rx8025: Fix a parameter to %ptR in rx8025_read_alarm()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 10 Apr 2019 14:05:59 +0000 (17:05 +0300)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 11 Apr 2019 21:18:30 +0000 (23:18 +0200)
commit862cac15d2e9d6ade85d77cf9816743b6c0965df
tree14acd224c9d78d6cfc46a378c87b454dac3c3881
parent153a9177c1c8df514d6bd307b28d76832a8cefe8
rtc: rx8025: Fix a parameter to %ptR in rx8025_read_alarm()

The commit 1921cab11723 ("rtc: rx8025: Switch to use %ptR") converted
the driver to use new %p extension, but actually used wrong type of
the parameter in one case.

Fix a parameter to %ptR in rx8025_read_alarm().

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-rx8025.c