From: Yijing Wang Date: Tue, 8 Jul 2014 02:09:08 +0000 (+0800) Subject: PCI/MSI: Remove unused list access in __pci_restore_msix_state() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~196^2^6~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dae508aacb465bd96f8ce84d35b4b861894e302;p=pandora-kernel.git PCI/MSI: Remove unused list access in __pci_restore_msix_state() In __pci_restore_msix_state(), we get the first element from msi_list, but we never use it. Remove this useless code. Signed-off-by: Yijing Wang Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed