mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 19:59:34 -04:00
staging: wilc1000: remove do-nothing if condition case.
This patch removes do-nothing if condition case. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5191d771ca
commit
3d6d8cd890
@@ -326,9 +326,6 @@ void linux_wlan_mac_indicate(struct wilc *wilc, int flag)
|
||||
} else {
|
||||
wilc->mac_status = status;
|
||||
}
|
||||
|
||||
if (wilc->mac_status == WILC_MAC_STATUS_CONNECT) {
|
||||
}
|
||||
} else if (flag == WILC_MAC_INDICATE_SCAN) {
|
||||
PRINT_D(GENERIC_DBG, "Scanning ...\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user