]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
rtlwifi: rtl818x: fix indentation issue
authorColin Ian King <colin.king@canonical.com>
Thu, 17 Jan 2019 15:28:59 +0000 (15:28 +0000)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 1 Feb 2019 12:20:01 +0000 (14:20 +0200)
There is a statement that is indented too deeply. Fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtl818x/rtl8180/dev.c

index 225c1c8851cc4630eee8b857aba2bd9bd056c3ff..e2b1bfbcfbd472fccd2eb28891a8eee7b121d1cb 100644 (file)
@@ -803,7 +803,7 @@ static void rtl8180_config_cardbus(struct ieee80211_hw *dev)
                rtl818x_iowrite16(priv, FEMR_SE, 0xffff);
        } else {
                reg16 = rtl818x_ioread16(priv, &priv->map->FEMR);
-                       reg16 |= (1 << 15) | (1 << 14) | (1 << 4);
+               reg16 |= (1 << 15) | (1 << 14) | (1 << 4);
                rtl818x_iowrite16(priv, &priv->map->FEMR, reg16);
        }