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)
commitf34303de9e0263b389a215483adddc7d918cf8c8
tree98c015b000d4a9dcd24a1c31ce05985ee7c07afb
parent9ed885541bc57a0810798ec1607a23a24a0e1b93
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