You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge branch 'x86/apic' into irq/numa
Merge reason: both topics modify the APIC code but were able to do it in
parallel so far. An upcoming patch generates a conflict so
merge them to avoid the conflict.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -543,6 +543,13 @@ acpi_rs_get_pci_routing_table_length(union acpi_operand_object *package_object,
|
||||
|
||||
package_element = *top_object_list;
|
||||
|
||||
/* We must have a valid Package object */
|
||||
|
||||
if (!package_element ||
|
||||
(package_element->common.type != ACPI_TYPE_PACKAGE)) {
|
||||
return_ACPI_STATUS (AE_AML_OPERAND_TYPE);
|
||||
}
|
||||
|
||||
/*
|
||||
* The sub_object_list will now point to an array of the
|
||||
* four IRQ elements: Address, Pin, Source and source_index
|
||||
|
||||
@@ -2296,7 +2296,7 @@ static int __init acpi_video_init(void)
|
||||
return acpi_video_register();
|
||||
}
|
||||
|
||||
static void __exit acpi_video_exit(void)
|
||||
void __exit acpi_video_exit(void)
|
||||
{
|
||||
|
||||
acpi_bus_unregister_driver(&acpi_video_bus);
|
||||
@@ -2305,6 +2305,7 @@ static void __exit acpi_video_exit(void)
|
||||
|
||||
return;
|
||||
}
|
||||
EXPORT_SYMBOL(acpi_video_exit);
|
||||
|
||||
module_init(acpi_video_init);
|
||||
module_exit(acpi_video_exit);
|
||||
|
||||
Reference in New Issue
Block a user