staging: wilc1000: remove #if 1 and #endif

This patch removes #if 1 and #endif, which is encapsulated
some codes.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Chaehyun Lim 2015-10-02 16:41:14 +09:00 committed by Greg Kroah-Hartman
parent c2eda352d0
commit 0981ce2bba
1 changed files with 0 additions and 2 deletions

View File

@ -3417,7 +3417,6 @@ int WILC_WFI_update_stats(struct wiphy *wiphy, u32 pktlen, u8 changed)
struct wilc_priv *priv;
priv = wiphy_priv(wiphy);
#if 1
switch (changed) {
case WILC_WFI_RX_PKT:
@ -3440,7 +3439,6 @@ int WILC_WFI_update_stats(struct wiphy *wiphy, u32 pktlen, u8 changed)
default:
break;
}
#endif
return 0;
}