staging: mt7621-pci: reverse condition to check for enabled port
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Fri, 15 Feb 2019 12:10:40 +0000 (13:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Feb 2019 10:14:14 +0000 (11:14 +0100)
commit8b20408a56629a0bd4b04d1a440457cde41503f9
tree024b41ddb4720abd09f1b78c10a7192d6fca8c25
parent1623171dc1232cf5c29665c6477cee6b584ac603
staging: mt7621-pci: reverse condition to check for enabled port

Each enabled port is being checked in 'mt7621_pcie_enable_ports"
function calling 'mt7621_pcie_enable_port'. The return value for
this function on success is zero, so the check is reversed. Fix it.

Fixes: 802a2f7b2fe3: staging: mt7621-pci: factor out 'mt7621_pcie_enable_port' function
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pci/pci-mt7621.c