summaryrefslogtreecommitdiff
path: root/drivers/iio/potentiometer
diff options
context:
space:
mode:
authorBiju Das <biju.das.jz@bp.renesas.com>2023-08-12 19:57:30 +0300
committerJonathan Cameron <jonathan.cameron@huawei.com>2023-09-12 12:42:03 +0300
commit8c89edc1ac9e3be816cd37e0df2afe040283a9d3 (patch)
tree4c0e78a50bd7da23f3fc4a8c466a53a414d74739 /drivers/iio/potentiometer
parent20f87a9a26bea28df91506f3c2747e636d5d589c (diff)
downloadlinux-8c89edc1ac9e3be816cd37e0df2afe040283a9d3.tar.xz
iio: chemical: sgp30: Convert enum->pointer for data in the match tables
Convert enum->pointer for data in the match tables, so that device_get_match_data() can do match against OF/ACPI/I2C tables, once i2c bus type match support added to it. Add product_id variable to struct sgp_device and remove the local variable product_id in probe() and replace enum->struct *sgp_device for data in the match table. Simplify theprobe() by replacing device_get_match_data() and ID lookup for retrieving data by i2c_get_match_data(). Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20230812165730.216180-1-biju.das.jz@bp.renesas.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/potentiometer')
0 files changed, 0 insertions, 0 deletions