summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLinus Torvalds2009-12-08 22:35:18 +0100
committerLinus Torvalds2009-12-08 22:35:18 +0100
commit64227cd83d5f9d7b7ce5514a693252c2952366f6 (patch)
treecb0097807bc83f1f9c7f9ce30815d1b7315fadf9 /arch
parentMerge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke... (diff)
parentx86/reboot: Add pci_dev_put in reboot_fixup_32.c for consistency (diff)
downloadkernel-qcow2-linux-64227cd83d5f9d7b7ce5514a693252c2952366f6.tar.gz
kernel-qcow2-linux-64227cd83d5f9d7b7ce5514a693252c2952366f6.tar.xz
kernel-qcow2-linux-64227cd83d5f9d7b7ce5514a693252c2952366f6.zip
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
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/reboot_fixups_32.c1
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 61a837743fe5..201eab63b05f 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);
}
}