Commit bd74b4a2 authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman

staging: mt7621-pci: remove two commented code lines

This two lines whch are commented are not needed at all.
Remove them.
Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 335bbd9e
...@@ -629,11 +629,6 @@ pcie(2/1/0) link status pcie2_num pcie1_num pcie0_num ...@@ -629,11 +629,6 @@ pcie(2/1/0) link status pcie2_num pcie1_num pcie0_num
break; break;
} }
/*
ioport_resource.start = mt7621_res_pci_io1.start;
ioport_resource.end = mt7621_res_pci_io1.end;
*/
pcie_write(pcie, 0xffffffff, RALINK_PCI_MEMBASE); pcie_write(pcie, 0xffffffff, RALINK_PCI_MEMBASE);
pcie_write(pcie, RALINK_PCI_IO_MAP_BASE, RALINK_PCI_IOBASE); pcie_write(pcie, RALINK_PCI_IO_MAP_BASE, RALINK_PCI_IOBASE);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment