commit | 947788359527d9598356c274c50522e0f6d0ad0f | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Tue Jul 08 16:00:42 2014 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Jul 08 16:29:08 2014 -0600 |
tree | 05b0820ac69c2727bc898c503ce107c5a4aa9b05 | |
parent | 28f6dbe2c669c6a02c04c8ece21cafbcb20370ab [diff] |
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 <bhelgaas@google.com>