From: Colin Ian King <colin.i.king@xxxxxxxxx>
There is a check on non-zero ret that is redundant because the
same check is being performed in a previous if statement and
also before that. The check is not required, remove it.
Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>