iio: light: stk3310: Drop most likely fake ACPI ID
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 15 Apr 2024 14:18:52 +0000 (17:18 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 29 Apr 2024 19:53:25 +0000 (20:53 +0100)
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>
drivers/iio/light/stk3310.c

index 7b71ad71d78ded6cb5384214977774c60edc0576..08d471438175eba99ceb1ad2cf4b6e309aad4723 100644 (file)
@@ -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},
        {}
 };