mirror of https://gitee.com/openkylin/linux.git
staging: rtl8723au: PS_RDY_CHECK() return bools in 'bool'
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9160518e25
commit
983ebef5c9
|
@ -288,7 +288,7 @@ void rtw_set_rpwm23a(struct rtw_adapter *padapter, u8 pslv)
|
|||
pwrpriv->cpwm = pslv;
|
||||
}
|
||||
|
||||
static u8 PS_RDY_CHECK(struct rtw_adapter * padapter)
|
||||
static bool PS_RDY_CHECK(struct rtw_adapter * padapter)
|
||||
{
|
||||
unsigned long delta_time;
|
||||
struct pwrctrl_priv *pwrpriv = &padapter->pwrctrlpriv;
|
||||
|
|
Loading…
Reference in New Issue