Skip to content
Commit 7c8e694b authored by Colin Ian King's avatar Colin Ian King Committed by Richard Weinberger
Browse files

jffs2: remove redundant check on outpos > pos



The check for outpos > pos is always false because outpos is zero
and pos is at least zero; outpos can never be greater than pos.
The check is redundant and can be removed.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent ef027aca
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment