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:
Jes Sorensen 2014-05-16 10:04:44 +02:00 committed by Greg Kroah-Hartman
parent 86c3e3f11e
commit e04cd3f5ed

View File

@ -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;