commit | 802a2f7b2fe36b06681f80a54a3eba167a8e500e | [log] [tgz] |
---|---|---|
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | Sun Nov 04 11:49:57 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Nov 11 11:36:16 2018 -0800 |
tree | 83420f42094c266b6b86cf279e3dc245886a6b20 | |
parent | 1e80699fd6a5e3f6940aa1209c30ca1b02f57819 [diff] |
staging: mt7621-pci: factor out 'mt7621_pcie_enable_port' function Function 'mt7621_pcie_enable_ports' tries to enable all PCI ports. To make it more readable the single port initialization part has been factor out into a new 'mt7621_pcie_enable_port' function. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>