From: Bjorn Helgaas Date: Tue, 8 Jul 2014 22:00:42 +0000 (-0600) Subject: PCI: Return conventional error values from pci_revert_fw_address() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~196^2^8~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=947788359527d9598356c274c50522e0f6d0ad0f;p=pandora-kernel.git PCI: Return conventional error values from pci_revert_fw_address() Previously we returned zero for success or 1 for failure. This changes that so we return zero for success or a negative errno for failure. No functional change. Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed