summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan.c
diff options
context:
space:
mode:
authorAnish Bhatt2015-09-29 21:15:48 +0200
committerGreg Kroah-Hartman2015-09-30 04:57:24 +0200
commit65ead4ecb2d22a78592263ecba3decbc9df548dd (patch)
treecc3d769c73ed8b055f1fc0ba73d726dd27cbbd17 /drivers/staging/wilc1000/wilc_wlan.c
parentstaging:emxx_udc: Fixed comparison style warnings (diff)
downloadkernel-qcow2-linux-65ead4ecb2d22a78592263ecba3decbc9df548dd.tar.gz
kernel-qcow2-linux-65ead4ecb2d22a78592263ecba3decbc9df548dd.tar.xz
kernel-qcow2-linux-65ead4ecb2d22a78592263ecba3decbc9df548dd.zip
wilc1000 : Remove leftover comment delimiters
Remove leftover comment delimiters that were only partially removed in a previous cleanup. Fixes : c3ca63728ad8 ("staging: wilc1000: remove useless comment") Signed-off-by: Anish Bhatt <anish@gatech.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_wlan.c')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c
index be5e6f964d68..93af5d430f91 100644
--- a/drivers/staging/wilc1000/wilc_wlan.c
+++ b/drivers/staging/wilc1000/wilc_wlan.c
@@ -1637,13 +1637,12 @@ static int wilc_wlan_stop(void)
}
} while (timeout);
- reg = ((1 << 0) | (1 << 1) | (1 << 2) | (1 << 3) | (1 << 8) | (1 << 9) | (1 << 26) | (1 << 29) | (1 << 30) | (1 << 31)); /**/
- /**/
- p->hif_func.hif_write_reg(WILC_GLB_RESET_0, reg); /**/
- reg = ~(1 << 10); /**/
- /**/
- ret = p->hif_func.hif_write_reg(WILC_GLB_RESET_0, reg); /**/
-/******************************************************************************/
+ reg = ((1 << 0) | (1 << 1) | (1 << 2) | (1 << 3) | (1 << 8) | (1 << 9) | (1 << 26) | (1 << 29) | (1 << 30) | (1 << 31));
+
+ p->hif_func.hif_write_reg(WILC_GLB_RESET_0, reg);
+ reg = ~(1 << 10);
+
+ ret = p->hif_func.hif_write_reg(WILC_GLB_RESET_0, reg);
release_bus(RELEASE_ALLOW_SLEEP);