|
@@ -351,7 +351,7 @@ static int jffs2_block_check_erase(struct jffs2_sb_info *c, struct jffs2_erasebl
|
|
} while(--retlen);
|
|
} while(--retlen);
|
|
c->mtd->unpoint(c->mtd, ebuf, jeb->offset, c->sector_size);
|
|
c->mtd->unpoint(c->mtd, ebuf, jeb->offset, c->sector_size);
|
|
if (retlen)
|
|
if (retlen)
|
|
- printk(KERN_WARNING "Newly-erased block contained word 0x%lx at offset 0x%08x\n",
|
|
|
|
|
|
+ printk(KERN_WARNING "Newly-erased block contained word 0x%lx at offset 0x%08tx\n",
|
|
*wordebuf, jeb->offset + c->sector_size-retlen*sizeof(*wordebuf));
|
|
*wordebuf, jeb->offset + c->sector_size-retlen*sizeof(*wordebuf));
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
@@ -401,7 +401,7 @@ static void jffs2_mark_erased_block(struct jffs2_sb_info *c, struct jffs2_eraseb
|
|
{
|
|
{
|
|
size_t retlen;
|
|
size_t retlen;
|
|
int ret;
|
|
int ret;
|
|
- uint32_t bad_offset;
|
|
|
|
|
|
+ uint32_t uninitialized_var(bad_offset);
|
|
|
|
|
|
switch (jffs2_block_check_erase(c, jeb, &bad_offset)) {
|
|
switch (jffs2_block_check_erase(c, jeb, &bad_offset)) {
|
|
case -EAGAIN: goto refile;
|
|
case -EAGAIN: goto refile;
|