Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
librtas: deprecate rtas_delay_timeout()
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 <tyreld@linux.ibm.com>
- Loading branch information