Commit df86c6e2 authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman
Browse files

Revert "staging: mt7621-pci: set end limit for 'ioport_resource'"



This reverts commit 50fb34ec.

Since IO_SPACE_LIMIT is not really being changed there is no
real need to adjust the ioport_resource end limit.

Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20210925203224.10419-3-sergio.paracuellos@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1958beb8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -526,8 +526,6 @@ static int mt7621_pci_probe(struct platform_device *pdev)
	if (!dev->of_node)
		return -ENODEV;

	ioport_resource.end = IO_SPACE_LIMIT;

	bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie));
	if (!bridge)
		return -ENOMEM;