]> 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)
commit8324b52dabc933d7b9177ed1ecba9e4b62d51913
tree411683b6db3f086576f116b1df4a05c303bfbfe3
parenta30a3fa57b0798896c6f1910f124cac76943fd21
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