staging: mt7621-pci: fix PCIE_FTS_NUM_LO macro
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Wed, 26 Jun 2019 12:43:18 +0000 (14:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Jul 2019 06:58:21 +0000 (08:58 +0200)
commit0ae0cf509d28d8539b88b5f7f24558f5bfe57cdf
treea22cf4e0f8595bd31a6c18b734222cc30c95b070
parentf816db1dc17b99b059325f41ed5a78f85d15368c
staging: mt7621-pci: fix PCIE_FTS_NUM_LO macro

Add missing parenthesis to PCIE_FTS_NUM_LO macro to do the
same it was being done in original code.

Fixes: a4b2eb912bb1 ("staging: mt7621-pci: rewrite RC FTS configuration")
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pci/pci-mt7621.c