diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-08 16:35:18 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-08 16:35:18 -0500 |
| commit | 64227cd83d5f9d7b7ce5514a693252c2952366f6 (patch) | |
| tree | cb0097807bc83f1f9c7f9ce30815d1b7315fadf9 | |
| parent | e7522ed5c0140486f68bf3351b4e667f570b8c76 (diff) | |
| parent | 57fea8f7ab67ef42b7f84999e49e47f8717a2d5b (diff) | |
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
| -rw-r--r-- | 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 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) | |||
| 80 | continue; | 80 | continue; |
| 81 | 81 | ||
| 82 | cur->reboot_fixup(dev); | 82 | cur->reboot_fixup(dev); |
| 83 | pci_dev_put(dev); | ||
| 83 | } | 84 | } |
| 84 | } | 85 | } |
| 85 | 86 | ||
