Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65ead4ec authored by Anish Bhatt's avatar Anish Bhatt Committed by Greg Kroah-Hartman
Browse files

wilc1000 : Remove leftover comment delimiters



Remove leftover comment delimiters that were only partially removed
in a previous cleanup.

Fixes : c3ca6372 ("staging: wilc1000: remove useless comment")
Signed-off-by: default avatarAnish Bhatt <anish@gatech.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2866914c
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -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);