commit | bf9b9813ad6c4727f733828a100267601cef52d2 | [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 | d0e52c6f29efa9b728ed6e7f705d4e92a8ff9d2d [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>