mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 20:33:49 -04:00
staging: rtl8723bs: core: Change datatype from sint to int
Change datatype of local variable from sint to int. Signed-off-by: Nishka Dasgupta <nishka.dasgupta@yahoo.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
cb8de77c78
commit
2c506ddfd5
@@ -15,7 +15,7 @@ extern u8 rtw_do_join(struct adapter *padapter);
|
||||
|
||||
int rtw_init_mlme_priv(struct adapter *padapter)
|
||||
{
|
||||
sint i;
|
||||
int i;
|
||||
u8 *pbuf;
|
||||
struct wlan_network *pnetwork;
|
||||
struct mlme_priv *pmlmepriv = &padapter->mlmepriv;
|
||||
|
||||
Reference in New Issue
Block a user