diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-04-15 17:18:52 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2024-04-29 20:53:25 +0100 |
commit | 62de5e3e31a863000beccc25d6fa65c6ac2cedb8 (patch) | |
tree | 9c9e017d0e36557a795a4899dcbfa2ae1ce3623b /drivers/iio | |
parent | c19f273cae8ac785f83345f6eb2b2813d35ec148 (diff) | |
download | linux-stable-62de5e3e31a863000beccc25d6fa65c6ac2cedb8.tar.gz linux-stable-62de5e3e31a863000beccc25d6fa65c6ac2cedb8.tar.bz2 linux-stable-62de5e3e31a863000beccc25d6fa65c6ac2cedb8.zip |
iio: light: stk3310: Drop most likely fake ACPI ID
The commit in question does not proove that ACPI ID exists.
Quite likely it was a cargo cult addition while doint that
for DT-based enumeration. Drop most likely fake ACPI ID.
Googling for STK3335 gives no useful results in regard to DSDT.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240415141852.853490-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/light/stk3310.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/light/stk3310.c b/drivers/iio/light/stk3310.c index 7b71ad71d78d..08d471438175 100644 --- a/drivers/iio/light/stk3310.c +++ b/drivers/iio/light/stk3310.c @@ -693,7 +693,6 @@ MODULE_DEVICE_TABLE(i2c, stk3310_i2c_id); static const struct acpi_device_id stk3310_acpi_id[] = { {"STK3310", 0}, {"STK3311", 0}, - {"STK3335", 0}, {} }; |