Skip to content

Commit ef0c44c

Browse files
committed
Merge branch 'acpi-fan'
* acpi-fan: ACPI: fan: Fix Tiger Lake ACPI device ID
2 parents 1e05dac + 0318e83 commit ef0c44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/fan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ static int acpi_fan_remove(struct platform_device *pdev);
2525

2626
static const struct acpi_device_id fan_device_ids[] = {
2727
{"PNP0C0B", 0},
28-
{"INT1044", 0},
2928
{"INT3404", 0},
29+
{"INTC1044", 0},
3030
{"", 0},
3131
};
3232
MODULE_DEVICE_TABLE(acpi, fan_device_ids);

0 commit comments

Comments
 (0)