parent
1e010c8e82
commit
2eec13007e
|
@ -391,7 +391,7 @@ static int tle8888_wake_driver(struct tle8888_priv *chip)
|
||||||
* chSemSignalI above requires rescheduling
|
* chSemSignalI above requires rescheduling
|
||||||
* interrupt handlers have implicit rescheduling
|
* interrupt handlers have implicit rescheduling
|
||||||
*/
|
*/
|
||||||
chSchResceduleS();
|
chSchRescheduleS();
|
||||||
}
|
}
|
||||||
/* Leaving the critical zone.*/
|
/* Leaving the critical zone.*/
|
||||||
chSysRestoreStatusX(sts);
|
chSysRestoreStatusX(sts);
|
||||||
|
|
Loading…
Reference in New Issue