mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-02-17 00:24:42 +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");
|
puts("failed to read inode\n");
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
puts("fail\n");
|
|
||||||
}
|
}
|
||||||
printdec(fpos);
|
|
||||||
puts(" ");
|
|
||||||
printdec(diro->inode.size);
|
|
||||||
puts("\n");
|
|
||||||
/* Search the file. */
|
/* Search the file. */
|
||||||
while (fpos < __le32_to_cpu(diro->inode.size)) {
|
while (fpos < __le32_to_cpu(diro->inode.size)) {
|
||||||
struct ext2_dirent dirent;
|
struct ext2_dirent dirent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user