Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9232d587 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge branch 'release' of master.kernel.org:/home/ftp/pub/scm/linux/kernel/git/aegl/linux-2.6

* 'release' of master.kernel.org:/home/ftp/pub/scm/linux/kernel/git/aegl/linux-2.6:
  [IA64] Fix pci.c kernel compilation breakage.
parents 2fdb611d c7f570a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -564,7 +564,7 @@ pcibios_enable_device (struct pci_dev *dev, int mask)
void
pcibios_disable_device (struct pci_dev *dev)
{
	if (dev->is_enabled)
	BUG_ON(atomic_read(&dev->enable_cnt));
	acpi_pci_irq_disable(dev);
}