mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
staging: rtl8723bs: remove empty else block in os_dep/ioctl_cfg80211.c
remove empty else-block Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com> Link: https://lore.kernel.org/r/1bee993834410c2c11a6799e1868589efc1334f6.1618064275.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
279fa77760
commit
05c19e212a
@@ -1226,7 +1226,6 @@ void rtw_cfg80211_indicate_scan_done(struct adapter *adapter, bool aborted)
|
||||
cfg80211_scan_done(pwdev_priv->scan_request, &info);
|
||||
|
||||
pwdev_priv->scan_request = NULL;
|
||||
} else {
|
||||
}
|
||||
spin_unlock_bh(&pwdev_priv->scan_req_lock);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user