X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fubifs%2Fdebug.c;h=d7f7645779f2bab707af9c0a38e96288fe65bebf;hb=c0e855ff905cc24728421f57455e2e69948aa800;hp=b9cb77473758563314980e00c5144a84c9ccfdaf;hpb=1a1dc50442ef1a3e5ef938a8541466ac38d163a9;p=linux-2.6-omap-h63xx.git diff --git a/fs/ubifs/debug.c b/fs/ubifs/debug.c index b9cb7747375..d7f7645779f 100644 --- a/fs/ubifs/debug.c +++ b/fs/ubifs/debug.c @@ -538,7 +538,7 @@ void dbg_dump_node(const struct ubifs_info *c, const void *node) printk(KERN_DEBUG "\t%d orphan inode numbers:\n", n); for (i = 0; i < n; i++) printk(KERN_DEBUG "\t ino %llu\n", - le64_to_cpu(orph->inos[i])); + (unsigned long long)le64_to_cpu(orph->inos[i])); break; } default: