On Tue, Nov 17, 2020 at 05:29:12PM +0800, xiakaixu1...@gmail.com wrote:
> From: Kaixu Xia
>
> It would directly return if the variable err equals to 0 or other errors.
> Only when the err equals to -ETIMEDOUT it can reach the 'if (err)'
> statement, so the 'if (err)' and last 'return -ETIMEDOUT'
From: Kaixu Xia
It would directly return if the variable err equals to 0 or other errors.
Only when the err equals to -ETIMEDOUT it can reach the 'if (err)'
statement, so the 'if (err)' and last 'return -ETIMEDOUT' statements are
useless. Romove them.
Reported-by: Tosk Robot
Signed-off-by: Kaix