mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 01:10:53 +07:00
thermal: int3400_thermal: Ignore Unknown Notification Codes
Some BIOS implementations route ACPI codes other than 0x83 to INT3400 device. Ignore these ACPI notification codes because the INT3400 driver does not handle them. Signed-off-by: Brian Bian <brian.bian@linux.intel.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
This commit is contained in:
parent
464e1d5f23
commit
261ac1d2d9
@ -211,7 +211,7 @@ static void int3400_notify(acpi_handle handle,
|
||||
thermal_prop);
|
||||
break;
|
||||
default:
|
||||
dev_err(&priv->adev->dev, "Unsupported event [0x%x]\n", event);
|
||||
/* Ignore unknown notification codes sent to INT3400 device */
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user