Re: [PATCHv2 1/3] pci: pcie_dw_rockchip: Fixed the below compilation error

2021-05-31 Thread Neil Armstrong
On 21/05/2021 18:59, Anand Moon wrote: > Use the generic error number instead of specific error number. > Changes fix the below error. > > drivers/pci/pcie_dw_rockchip.c: In function 'rk_pcie_read': > drivers/pci/pcie_dw_rockchip.c:70:10: error: 'PCIBIOS_UNSUPPORTED' > undecl

[PATCHv2 1/3] pci: pcie_dw_rockchip: Fixed the below compilation error

2021-05-21 Thread Anand Moon
Use the generic error number instead of specific error number. Changes fix the below error. drivers/pci/pcie_dw_rockchip.c: In function 'rk_pcie_read': drivers/pci/pcie_dw_rockchip.c:70:10: error: 'PCIBIOS_UNSUPPORTED' undeclared (first use in this function) 70 | retur