]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: fix typo in pci_save_pcix_state
authorShaohua Li <shaohua.li@intel.com>
Tue, 18 Dec 2007 01:56:47 +0000 (09:56 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Feb 2008 23:04:27 +0000 (15:04 -0800)
commit9a996b3f4c4490aca34e267e505a6584e86a0dc7
tree98c015b000d4a9dcd24a1c31ce05985ee7c07afb
parent2bd8cdff984e823ed015ffd9e166c36bfa60c92c
PCI: fix typo in pci_save_pcix_state

pci_save/store_state has multiple bugs, which will cause cap can't be
saved/restored correctly. Below 3 patches fix them.

fix the typo in pci_save_pcix_state

Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/pci.c