diff mbox series

[4/9] media: atomisp: gc0310: Drop XXGC0310 ACPI hardware-id

Message ID 20230518153214.194976-5-hdegoede@redhat.com (mailing list archive)
State New, archived
Headers show
Series media: v4l: Add v4l2_acpi_parse_sensor_gpios() helper + gc0310 sensor driver | expand

Commit Message

Hans de Goede May 18, 2023, 3:32 p.m. UTC
The XXGC0310 ACPI hardware-id does not appear to be used in
the DSDTs of any hardware out there, so drop it.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 drivers/staging/media/atomisp/i2c/atomisp-gc0310.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Andy Shevchenko May 19, 2023, 10:24 a.m. UTC | #1
On Thu, May 18, 2023 at 6:32 PM Hans de Goede <hdegoede@redhat.com> wrote:
>
> The XXGC0310 ACPI hardware-id does not appear to be used in
> the DSDTs of any hardware out there, so drop it.

Yeah, I believe it's a leftover from preproduction firmwares before
real ACPI ID was allocated.
diff mbox series

Patch

diff --git a/drivers/staging/media/atomisp/i2c/atomisp-gc0310.c b/drivers/staging/media/atomisp/i2c/atomisp-gc0310.c
index 1db9580fca78..0d4d47af73ba 100644
--- a/drivers/staging/media/atomisp/i2c/atomisp-gc0310.c
+++ b/drivers/staging/media/atomisp/i2c/atomisp-gc0310.c
@@ -467,7 +467,6 @@  static int gc0310_resume(struct device *dev)
 static DEFINE_RUNTIME_DEV_PM_OPS(gc0310_pm_ops, gc0310_suspend, gc0310_resume, NULL);
 
 static const struct acpi_device_id gc0310_acpi_match[] = {
-	{"XXGC0310"},
 	{"INT0310"},
 	{},
 };