kernel/fs/jffs2/erase.c
.. .. @@ -401,7 +401,7 @@ 401 401 { 402 402 size_t retlen; 403 403 int ret; 404 - uint32_t uninitialized_var(bad_offset);404 + uint32_t bad_offset;405 405 406 406 switch (jffs2_block_check_erase(c, jeb, &bad_offset)) { 407 407 case -EAGAIN: goto refile;