]> Git Repo - linux.git/blobdiff - fs/jffs2/erase.c
treewide: Remove uninitialized_var() usage
[linux.git] / fs / jffs2 / erase.c
index 83b8f06b4a642f3917b7720a2acd687854927ca3..7e9abdb8971225f483451a8f9182bebdfceb99d8 100644 (file)
@@ -401,7 +401,7 @@ static void jffs2_mark_erased_block(struct jffs2_sb_info *c, struct jffs2_eraseb
 {
        size_t retlen;
        int ret;
-       uint32_t uninitialized_var(bad_offset);
+       uint32_t bad_offset;
 
        switch (jffs2_block_check_erase(c, jeb, &bad_offset)) {
        case -EAGAIN:   goto refile;
This page took 0.026633 seconds and 4 git commands to generate.