cxl: Fix typo in debug print
Fix typo in debug print. p1_base() should be p2_base(). No change other than to the debug output. Signed-off-by: Michael Neuling <mikey@neuling.org> Acked-by: Ian Munsie <imunsie@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
e0fcdc2010
commit
f293106917
|
@ -205,7 +205,7 @@ static void dump_cxl_config_space(struct pci_dev *dev)
|
|||
dev_info(&dev->dev, "p1 regs: %#llx, len: %#llx\n",
|
||||
p1_base(dev), p1_size(dev));
|
||||
dev_info(&dev->dev, "p2 regs: %#llx, len: %#llx\n",
|
||||
p1_base(dev), p2_size(dev));
|
||||
p2_base(dev), p2_size(dev));
|
||||
dev_info(&dev->dev, "BAR 4/5: %#llx, len: %#llx\n",
|
||||
pci_resource_start(dev, 4), pci_resource_len(dev, 4));
|
||||
|
||||
|
|
Loading…
Reference in New Issue