Skip to content
Commit c22da34a authored by Thomas Avery's avatar Thomas Avery Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723bs: Replace yield() call with cond_resched()



Remove yield call(). yield does not guarantee progress, and should not
be used. cond_resched() is a safe alternative.

Signed-off-by: default avatarThomas Avery <tavery321@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8040b57a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment