mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 12:28:06 +02:00
qi-clean-debugging-messages.patch
Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
parent
50fe6feeac
commit
53ce7d80f0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user