Loading drivers/acpi/Kconfig +1 −1 Original line number Diff line number Diff line Loading @@ -302,7 +302,7 @@ config ACPI_IPMI help This driver enables the ACPI to access the BMC controller. And it uses the IPMI request/response message to communicate with BMC controller, which can be found on on the server. controller, which can be found on the server. To compile this driver as a module, choose M here: the module will be called as acpi_ipmi. Loading drivers/acpi/pci_link.c +1 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,7 @@ static acpi_status acpi_pci_link_check_current(struct acpi_resource *resource, if (!p || !p->interrupt_count) { /* * IRQ descriptors may have no IRQ# bits set, * particularly those those w/ _STA disabled * particularly those w/ _STA disabled */ pr_debug("Blank _CRS IRQ resource\n"); return AE_OK; Loading Loading
drivers/acpi/Kconfig +1 −1 Original line number Diff line number Diff line Loading @@ -302,7 +302,7 @@ config ACPI_IPMI help This driver enables the ACPI to access the BMC controller. And it uses the IPMI request/response message to communicate with BMC controller, which can be found on on the server. controller, which can be found on the server. To compile this driver as a module, choose M here: the module will be called as acpi_ipmi. Loading
drivers/acpi/pci_link.c +1 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,7 @@ static acpi_status acpi_pci_link_check_current(struct acpi_resource *resource, if (!p || !p->interrupt_count) { /* * IRQ descriptors may have no IRQ# bits set, * particularly those those w/ _STA disabled * particularly those w/ _STA disabled */ pr_debug("Blank _CRS IRQ resource\n"); return AE_OK; Loading