Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b2b171a authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge
Browse files

x86/acpi: acpi_parse_madt_ioapic_entries: remove redundant braces



We don't put braces around a single statement.

Signed-off-by: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
parent 6847e154
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1179,9 +1179,8 @@ static int __init acpi_parse_madt_ioapic_entries(void)
	 * If MPS is present, it will handle them,
	 * otherwise the system will stay in PIC mode
	 */
	if (acpi_disabled || acpi_noirq) {
	if (acpi_disabled || acpi_noirq)
		return -ENODEV;
	}

	if (!cpu_has_apic)
		return -ENODEV;