diff options
| author | Anand Moon <[email protected]> | 2021-06-05 14:38:41 +0000 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2021-06-18 14:36:54 +0800 |
| commit | a122d3a6a097e93f3d84378dc3d26801b73e1995 (patch) | |
| tree | ee1e2711e4cb72d4f1e53a16d39a68a519e131af /scripts/checkstack.pl | |
| parent | 695693b2d0cb1b2b2a3755c34de1420000021a9c (diff) | |
pci: pcie_dw_rockchip: Fixed the below compilation error
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 | return PCIBIOS_UNSUPPORTED;
| ^~~~~~~~~~~~~~~~~~~
drivers/pci/pcie_dw_rockchip.c: In function 'rk_pcie_write':
drivers/pci/pcie_dw_rockchip.c:90:10: error: 'PCIBIOS_UNSUPPORTED'
undeclared (first use in this function)
90 | return PCIBIOS_UNSUPPORTED;
| ^~~~~~~~~~~~~~~~~~~
Cc: Patrick Wildt <[email protected]>
Cc: Neil Armstrong <[email protected]>
Cc: Kever Yang <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Reviewed-by: Patrick Wildt <[email protected]>
Signed-off-by: Anand Moon <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'scripts/checkstack.pl')
0 files changed, 0 insertions, 0 deletions
