Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andy Shevchenko and committed by
Jonathan Cameron
62de5e3e c19f273c

-1
-1
drivers/iio/light/stk3310.c
··· 693 693 static const struct acpi_device_id stk3310_acpi_id[] = { 694 694 {"STK3310", 0}, 695 695 {"STK3311", 0}, 696 - {"STK3335", 0}, 697 696 {} 698 697 }; 699 698