summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000
diff options
context:
space:
mode:
authorLeo Kim <leo.kim@atmel.com>2016-02-23 12:10:54 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-26 06:29:05 (GMT)
commit79f7dfa549ad5828912a7a126253d47bf6be7684 (patch)
tree1f4e611396327469abf7e15660ae5fd0eb50d242 /drivers/staging/wilc1000
parenteed9e5439f1bebf67a8d4f4af37bffe50e8d437d (diff)
downloadlinux-79f7dfa549ad5828912a7a126253d47bf6be7684.tar.xz
staging: wilc1000: Revert "staging: wilc1000: remove spaces around '->'"
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>
Diffstat (limited to 'drivers/staging/wilc1000')
-rw-r--r--drivers/staging/wilc1000/wilc_wfi_cfgoperations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
index 21f0f18..5aaceec 100644
--- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
+++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
@@ -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);