diff options
Diffstat (limited to 'drivers/mtd/ubi/vtbl.c')
-rw-r--r-- | drivers/mtd/ubi/vtbl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/vtbl.c b/drivers/mtd/ubi/vtbl.c index d9af11a8682b..05fb72fd268f 100644 --- a/drivers/mtd/ubi/vtbl.c +++ b/drivers/mtd/ubi/vtbl.c | |||
@@ -371,7 +371,7 @@ static struct ubi_vtbl_record *process_lvol(struct ubi_device *ubi, | |||
371 | * to LEB 0. | 371 | * to LEB 0. |
372 | */ | 372 | */ |
373 | 373 | ||
374 | dbg_msg("check layout volume"); | 374 | dbg_gen("check layout volume"); |
375 | 375 | ||
376 | /* Read both LEB 0 and LEB 1 into memory */ | 376 | /* Read both LEB 0 and LEB 1 into memory */ |
377 | ubi_rb_for_each_entry(rb, seb, &sv->root, u.rb) { | 377 | ubi_rb_for_each_entry(rb, seb, &sv->root, u.rb) { |