]> asedeno.scripts.mit.edu Git - linux.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)
commit191c0da112e0e880587c50b692beff7ba5300a75
tree411683b6db3f086576f116b1df4a05c303bfbfe3
parentde311aa8d47f9fe8d11de305273a944578d92f67
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