wilc1000 : Remove leftover comment delimiters
authorAnish Bhatt <anish@gatech.edu>
Tue, 29 Sep 2015 19:15:48 +0000 (12:15 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Sep 2015 02:57:24 +0000 (04:57 +0200)
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>
drivers/staging/wilc1000/wilc_wlan.c

index be5e6f964d686baa9336193c5b46d81956449b2c..93af5d430f9160d57544ec0bf3e2ff8a2cf72497 100644 (file)
@@ -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);