]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: pcf85063: remove bogus i2c functionality check
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 1 Apr 2019 16:08:07 +0000 (18:08 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 4 Apr 2019 08:07:11 +0000 (10:07 +0200)
commit0289fd1e19540f169cf7834c71661e6dfe896d78
tree411683b6db3f086576f116b1df4a05c303bfbfe3
parentc458054f8ff2d1574705ae6846e1170fd7866046
rtc: pcf85063: remove bogus i2c functionality check

Only smbus reads and write are done in the driver, plain i2c functionality
is not required.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-pcf85063.c