diff options
author | Heiko Schocher <hs@denx.de> | 2016-04-22 12:06:38 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2016-05-24 15:24:33 +0200 |
commit | 73b0cd57fcd07201b138214f9a2353f76dd9ae2c (patch) | |
tree | 3daf450d9453a750700cedf5e58c05cb4edcb178 /net/tipc/node.h | |
parent | UBI: Silence an unintialized variable warning (diff) | |
download | linux-73b0cd57fcd07201b138214f9a2353f76dd9ae2c.tar.xz linux-73b0cd57fcd07201b138214f9a2353f76dd9ae2c.zip |
UBI: Set free_count to zero before walking through erase list
Set free_count to zero before walking through ai->erase list
in wl_init().
Found in U-Boot as U-Boot has no workqueue/threads, it immediately
calls erase_worker(), which increase for each erased block
free_count. Without this patch, free_count gets after
this initialized to zero in wl_init(), so the free_count
variable always has the maybe wrong value 0 in U-Boot.
Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'net/tipc/node.h')
0 files changed, 0 insertions, 0 deletions