Commit 074a30db authored by Andy Grover's avatar Andy Grover

ACPI: Fix printk output (Jochen Hein)

parent f6d166b1
...@@ -351,9 +351,11 @@ acpi_pci_irq_enable ( ...@@ -351,9 +351,11 @@ acpi_pci_irq_enable (
printk(" - using IRQ %d\n", dev->irq); printk(" - using IRQ %d\n", dev->irq);
return_VALUE(dev->irq); return_VALUE(dev->irq);
} }
else else {
printk("\n");
return_VALUE(0); return_VALUE(0);
} }
}
dev->irq = irq; dev->irq = irq;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment