"git@git.tuxist.de:jan.koester/linux.git" did not exist on "61881cfb5ad80c1d0a46ca6d08b7e271892b2ff6"
mwifiex: do not return success when command times out
wait_event_interruptible_timeout() returns 0 upon timeout. We should convert it to a negative error code (such as -ETIMEDOUT) instead of returning it directly, as return code of 0 indicates that command was executed. Signed-off-by:Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by:
Kalle Valo <kvalo@codeaurora.org>
Loading
Please sign in to comment