From: Xiaotian Feng Date: Thu, 3 Dec 2009 11:06:40 +0000 (+0800) Subject: x86/reboot: Add pci_dev_put in reboot_fixup_32.c for consistency X-Git-Tag: v2.6.33-rc1~371^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57fea8f7ab67ef42b7f84999e49e47f8717a2d5b;p=pandora-kernel.git x86/reboot: Add pci_dev_put in reboot_fixup_32.c for consistency pci_get_device will increase the ref count of found device. Although we're going to reset soon, we should use pci_dev_put to decrease the ref count for consistency. Signed-off-by: Xiaotian Feng Acked-by: H. Peter Anvin Cc: Yinghai Lu LKML-Reference: <1259838400-23833-1-git-send-email-dfeng@redhat.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed