You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite its description rtas_delay_timeout() sets an internal timeout
value as opposed to returning the delay time as documented. This timeout
short cuts the logic in handle_delay(). Fortunately this is unsed by
default. The library should run operations to completion, otherwise we
risk leaving things in an unrecoverable state.
Mark rtas_delay_timeout() with __attribute__ ((deprecated)) as
preperation for eventual removal.
Signed-off-by: Tyrel Datwyler <[email protected]>
0 commit comments