]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iio: dac: max5821: Set .of_match_table to OF device ID table
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 15 Mar 2017 04:44:59 +0000 (01:44 -0300)
committerJonathan Cameron <jic23@kernel.org>
Sun, 19 Mar 2017 10:56:26 +0000 (10:56 +0000)
commit7373340367d8546910128ac301bd2c0d47e71e85
treecc051c90fd155d1af73e5f9848ae3ac3376148a7
parentae4e825b88666f27dcee8a85a7a0222c9d4dcd14
iio: dac: max5821: 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: Jonathan Cameron <jic23@kernel.org>
drivers/iio/dac/max5821.c