From: Jon Mason Date: Tue, 30 Nov 2010 23:43:26 +0000 (-0600) Subject: PCI: make pci_restore_state return void X-Git-Tag: v2.6.38-rc1~55^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d3c16a818e992c199844954d95c17fd7ce6cbba;p=pandora-kernel.git PCI: make pci_restore_state return void pci_restore_state only ever returns 0, thus there is no benefit in having it return any value. Also, a large majority of the callers do not check the return code of pci_restore_state. Make the pci_restore_state a void return and avoid the overhead. Acked-by: Mauro Carvalho Chehab Signed-off-by: Jon Mason Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed