Commit e04cd3f5 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman

staging: rtl8723au: usb_halinit.c: Another u8 error code case

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 86c3e3f1
......@@ -100,9 +100,9 @@ void rtl8723au_chip_configure(struct rtw_adapter *padapter)
pdvobjpriv->RtNumOutPipes);
}
static u8 _InitPowerOn(struct rtw_adapter *padapter)
static int _InitPowerOn(struct rtw_adapter *padapter)
{
u8 status = _SUCCESS;
int status = _SUCCESS;
u16 value16 = 0;
u8 value8 = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment