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

ACPI: Fix printk output (Jochen Hein)

parent f6d166b1
...@@ -351,8 +351,10 @@ acpi_pci_irq_enable ( ...@@ -351,8 +351,10 @@ 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