From a9f48163bcd9ea20f9e4bc4467946f6726882a9b Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 23 Aug 2014 12:10:29 -0400 Subject: [PATCH] Minor - remove stray tab from src/fw/smm.c. Signed-off-by: Kevin O'Connor --- src/fw/smm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/fw/smm.c b/src/fw/smm.c index ce95285..5b26977 100644 --- a/src/fw/smm.c +++ b/src/fw/smm.c @@ -133,8 +133,7 @@ static void piix4_apmc_smm_setup(int isabdf, int i440_bdf) /* enable SMI generation */ value = inl(acpi_pm_base + PIIX_PMIO_GLBCTL); - outl(acpi_pm_base + PIIX_PMIO_GLBCTL, - value | PIIX_PMIO_GLBCTL_SMI_EN); + outl(acpi_pm_base + PIIX_PMIO_GLBCTL, value | PIIX_PMIO_GLBCTL_SMI_EN); smm_relocate_and_restore(); -- 2.39.5