staging: rtl8723au: _rtw_pwr_wakeup23a(): Do not mix _FAIL/false as return value

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-25 22:43:21 +02:00 committed by Greg Kroah-Hartman
parent 32dfcb1bf2
commit 9160518e25
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ int _rtw_pwr_wakeup23a(struct rtw_adapter *padapter, u32 ips_deffer_ms, const ch
DBG_8723A("%s: bDriverStopped =%d, bup =%d, hw_init_completed "
"=%u\n", caller, padapter->bDriverStopped,
padapter->bup, padapter->hw_init_completed);
ret = false;
ret = _FAIL;
goto exit;
}