mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 18:24:14 +08:00
x86/acpi: acpi_parse_madt_ioapic_entries: remove redundant braces
We don't put braces around a single statement. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
This commit is contained in:
parent
6847e154e3
commit
6b2b171a77
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user