commit | f4cb410019388e450388ab001bb639b018558b71 | [log] [tgz] |
---|---|---|
author | Cao jin <caoj.fnst@cn.fujitsu.com> | Fri Nov 18 19:47:38 2016 +0800 |
committer | Alex Williamson <alex.williamson@redhat.com> | Fri Nov 18 11:06:42 2016 -0700 |
tree | a5832d1390bc64c218288daa0ac3c3f333a5a966 | |
parent | 5188287a860b6ec5950d5156d63056156f59ee3b [diff] |
vfio/pci: Drop unnecessary pcibios_err_to_errno() As of commit d97ffe236894 ("PCI: Fix return value from pci_user_{read,write}_config_*()") it's unnecessary to call pcibios_err_to_errno() to fixup the return value from these functions. pcibios_err_to_errno() already does simple passthrough of -errno values, therefore no functional change is expected. [aw: changelog] Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>