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

Commit 64227cd8 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge branch 'x86-reboot-for-linus' of...

Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  x86/reboot: Add pci_dev_put in reboot_fixup_32.c for consistency
parents e7522ed5 57fea8f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ void mach_reboot_fixups(void)
			continue;

		cur->reboot_fixup(dev);
		pci_dev_put(dev);
	}
}