staging: wilc1000: Revert "staging: wilc1000: remove spaces around '->'"
authorLeo Kim <leo.kim@atmel.com>
Tue, 23 Feb 2016 12:10:54 +0000 (21:10 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Feb 2016 06:29:05 +0000 (22:29 -0800)
This reverts commit 6c2ab2398b88 ("staging: wilc1000: remove spaces around '->'").
It had applied from a incorrectly commit a1b56a4c5054
("staging: wilc1000: wilc_wfi_cfgoperations.c: removes unnecessary log messages").

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c

index 21f0f18..5aaceec 100644 (file)
@@ -1928,7 +1928,7 @@ static int start_ap(struct wiphy *wiphy, struct net_device *dev,
 
        priv = wiphy_priv(wiphy);
        vif = netdev_priv(dev);
-       wl = vif ->wilc;
+       wl = vif->wilc;
 
        s32Error = set_channel(wiphy, &settings->chandef);