staging: rtl8723au: usb_halinit.c: Another u8 error code case
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
86c3e3f11e
commit
e04cd3f5ed
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user