Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb0ff563 authored by Jiang Liu's avatar Jiang Liu Committed by Bjorn Helgaas
Browse files

atl1c: Use PCI Express Capability accessors



Use PCI Express Capability access functions to simplify atl1c driver.

Signed-off-by: default avatarJiang Liu <jiang.liu@huawei.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent e5c8ae5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ static void atl1c_reset_pcie(struct atl1c_hw *hw, u32 flag)
	data &= ~(PCI_ERR_UNC_DLP | PCI_ERR_UNC_FCP);
	pci_write_config_dword(pdev, pos + PCI_ERR_UNCOR_SEVER, data);
	/* clear error status */
	pci_write_config_word(pdev, pci_pcie_cap(pdev) + PCI_EXP_DEVSTA,
	pcie_capability_write_word(pdev, PCI_EXP_DEVSTA,
			PCI_EXP_DEVSTA_NFED |
			PCI_EXP_DEVSTA_FED |
			PCI_EXP_DEVSTA_CED |