commit | 9642b78cdf3404ada759ccb7c7de461bf25597cb | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Jan 08 01:03:20 2016 -0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 08 10:15:49 2016 -0500 |
tree | 0cbda1ea40c3e631b86c42804765b429ca6404ef | |
parent | e9cdf3b85e966aabc88517225e9a23ec0cc4ea8a [diff] |
pci: imx: Adjust the return value when imx_pcie_addr_valid() fails When trying to access non-existent/unsupported PCI devices in imx_pcie_read_config(), when imx_pcie_addr_valid() fails it returns error code and fills in the result with 0xffffffff manually. But it really should return zero to upper layer codes. Reported-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Fabio Estevam <fabio.estevam@nxp.com>