]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: ds1374: Set .of_match_table to OF device ID table
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 3 Mar 2017 14:29:19 +0000 (11:29 -0300)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 9 Mar 2017 00:29:26 +0000 (01:29 +0100)
commit7b2f3d6f96676a47f3ffe8aaf361cde022a555b1
tree6d5389d1366652e2d08f1a7cc37bde9ee1615c8a
parent6368d52c996b98d077b453697d11e5ac8c418b63
rtc: ds1374: Set .of_match_table to OF device ID table

The driver has a OF device ID table but the struct i2c_driver
.of_match_table field is not set.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-ds1374.c