aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-eth/gsw_mt7621.c
diff options
context:
space:
mode:
authorKamal Heib <kamalheib1@gmail.com>2018-05-07 12:05:56 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-08 13:53:43 +0200
commit42d82b5015ab0b5ee2dac4ebf8d0ecfece578588 (patch)
tree7333c626ae998fd415248f8ff9f5e837e19f9fab /drivers/staging/mt7621-eth/gsw_mt7621.c
parentstaging: mt7621-eth: Fix compilation error (diff)
downloadlinux-dev-42d82b5015ab0b5ee2dac4ebf8d0ecfece578588.tar.xz
linux-dev-42d82b5015ab0b5ee2dac4ebf8d0ecfece578588.zip
staging: mt7621-eth: Remove unnecessary blank lines
Remove un-necessary blank lines to solve errors found by checkpatch.pl. Signed-off-by: Kamal Heib <kamalheib1@gmail.com> Reviewed-by: NeilBrown <neil@brown.name> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/mt7621-eth/gsw_mt7621.c')
-rw-r--r--drivers/staging/mt7621-eth/gsw_mt7621.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/mt7621-eth/gsw_mt7621.c b/drivers/staging/mt7621-eth/gsw_mt7621.c
index ce8d7d7577c7..04af39c757bd 100644
--- a/drivers/staging/mt7621-eth/gsw_mt7621.c
+++ b/drivers/staging/mt7621-eth/gsw_mt7621.c
@@ -208,13 +208,11 @@ static void mt7621_hw_init(struct mtk_eth *eth, struct mt7620_gsw *gsw,
for (i = 0; i < MT7530_NUM_PORTS; i++)
mt7530_mdio_w32(gsw, REG_ESW_PORT_PVC(i), 0x810000c0);
-
}
/* enable irq */
mt7530_mdio_m32(gsw, 0, 3 << 16, MT7530_TOP_SIG_CTRL);
mt7530_mdio_w32(gsw, MT7530_SYS_INT_EN, 0x1f);
-
}
static const struct of_device_id mediatek_gsw_match[] = {