ubi: wl: Silence uninitialized variable warning
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 28 Feb 2019 05:35:51 +0000 (08:35 +0300)
committerRichard Weinberger <richard@nod.at>
Tue, 5 Mar 2019 20:21:07 +0000 (21:21 +0100)
commit5578e48e5c0bf4684e68ae08caa2293bfb3f5307
treebd138a3c79da25f6600069a24acc0d76502b47c0
parent2fe8b2d5578d7d142982e3bf62e4c0caf8b8fe02
ubi: wl: Silence uninitialized variable warning

This condition needs to be fipped around because "err" is uninitialized
when "force" is set.  The Smatch static analysis tool complains and
UBsan will also complain at runtime.

Fixes: 663586c0a892 ("ubi: Expose the bitrot interface")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Tested-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/wl.c