mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 07:59:42 -04:00
staging: wilc1000: Revert "staging: wilc1000: remove spaces around '->'"
This reverts commit6c2ab2398b("staging: wilc1000: remove spaces around '->'"). It had applied from a incorrectly commita1b56a4c50("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
eed9e5439f
commit
79f7dfa549
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user