* [GIT PULL] x86/reboot for v2.6.33
@ 2009-12-03 21:16 Ingo Molnar
0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2009-12-03 21:16 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, Thomas Gleixner, H. Peter Anvin
Linus,
Please pull the latest x86-reboot-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git x86-reboot-for-linus
One small consistency fix only.
Thanks,
Ingo
------------------>
Xiaotian Feng (1):
x86/reboot: Add pci_dev_put in reboot_fixup_32.c for consistency
arch/x86/kernel/reboot_fixups_32.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/kernel/reboot_fixups_32.c b/arch/x86/kernel/reboot_fixups_32.c
index 61a8377..201eab6 100644
--- a/arch/x86/kernel/reboot_fixups_32.c
+++ b/arch/x86/kernel/reboot_fixups_32.c
@@ -80,6 +80,7 @@ void mach_reboot_fixups(void)
continue;
cur->reboot_fixup(dev);
+ pci_dev_put(dev);
}
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-03 21:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-03 21:16 [GIT PULL] x86/reboot for v2.6.33 Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox