iio: potentiometer: tpl0102: remove unneeded i2c check functionality test
authorMatt Ranostay <mranostay@gmail.com>
Thu, 12 May 2016 04:47:48 +0000 (21:47 -0700)
committerJonathan Cameron <jic23@kernel.org>
Sat, 14 May 2016 16:56:36 +0000 (17:56 +0100)
commit2763ac94f3e4d3711863729f4c11500d245f68cc
tree04f93f2303e7bd3aed894a43bc3ad0ee0b6d181a
parented859fc17d67f4c0ade6f5a58365e621f88de3cf
iio: potentiometer: tpl0102: remove unneeded i2c check functionality test

Actually I2C_FUNC_SMBUS_WORD_DATA isn't need for this device, and regmap
handles all single byte reads transparently.

Signed-off-by: Matt Ranostay <mranostay@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/potentiometer/tpl0102.c