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

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

parent 86c3e3f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;