Skip to content

Commit 5e0716f

Browse files
committed
Merge branch 'pci/host/xgene'
- Annotate __iomem pointer (Bjorn Helgaas) * pci/host/xgene: PCI: xgene: Annotate __iomem pointer
2 parents 5a57de5 + 662e4b0 commit 5e0716f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pci/controller/pci-xgene.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ static void xgene_pcie_setup_ib_reg(struct xgene_pcie_port *port,
485485
{
486486
void __iomem *cfg_base = port->cfg_base;
487487
struct device *dev = port->dev;
488-
void *bar_addr;
488+
void __iomem *bar_addr;
489489
u32 pim_reg;
490490
u64 cpu_addr = entry->res->start;
491491
u64 pci_addr = cpu_addr - entry->offset;

0 commit comments

Comments
 (0)