PCI: mvebu: Drop bogus comment above mvebu_pcie_map_registers()
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 3 Aug 2018 14:38:48 +0000 (16:38 +0200)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Wed, 8 Aug 2018 14:58:18 +0000 (15:58 +0100)
commitf23d0d449c169d94cc958196a1d088705ef26ebc
tree60358f2e7bc5d2de5c3dc8e21a7f46fe34c0f07f
parent42342073e38b50113354944cd51dcfed28d857a1
PCI: mvebu: Drop bogus comment above mvebu_pcie_map_registers()

This comment has been there since the driver was introduced, but seems
to be a leftover from previous iterations of the driver. Indeed, we do
not lookup in a list to find the register ranges that matches the
given port/lane, as the "reg" property is in each sub-node
representing a PCI port. There is no lookup involved at all.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
drivers/pci/controller/pci-mvebu.c