1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 10:15:19 +02:00

qi-clean-debugging-messages.patch

Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green 2008-11-28 10:16:39 +00:00 committed by Andy Green
parent 50fe6feeac
commit 53ce7d80f0

View File

@ -465,13 +465,8 @@ static int ext2fs_iterate_dir(ext2fs_node_t dir, char *name, ext2fs_node_t * fno
puts("failed to read inode\n");
return(0);
}
} else {
puts("fail\n");
}
printdec(fpos);
puts(" ");
printdec(diro->inode.size);
puts("\n");
/* Search the file. */
while (fpos < __le32_to_cpu(diro->inode.size)) {
struct ext2_dirent dirent;