trivial: acpi-dmar: Correct platform-opt in flag

This commit is contained in:
Mario Limonciello 2020-05-15 09:01:32 -05:00 committed by Mario Limonciello
parent 8a71bd128f
commit 921c22725a
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ struct _FuAcpiDmar {
G_DEFINE_TYPE (FuAcpiDmar, fu_acpi_dmar, G_TYPE_OBJECT)
#define DMAR_DMA_CTRL_PLATFORM_OPT_IN_FLAG 2
#define DMAR_DMA_CTRL_PLATFORM_OPT_IN_FLAG 0x4
FuAcpiDmar *
fu_acpi_dmar_new (GBytes *blob, GError **error)

Binary file not shown.