commit | 89138fc078f890d243d9f4b4047964c347e012c0 | [log] [tgz] |
---|---|---|
author | Ley Foon Tan <ley.foon.tan@intel.com> | Fri May 24 10:29:59 2019 +0800 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 11 16:43:41 2019 -0400 |
tree | 6395409f21691476b586486895152468549b6505 | |
parent | fa1fd3554d8867a4541b92b717546da9f17b242c [diff] |
pci: intel: Fix error when enumerating multi-function PCIe device Hardware return completion status non-zero when read from non exist function in multi-function PCIe device. Return error will cause PCIe enumeration fail. Change it to return 0 and return value 0xffffffff when error. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>