Re: [PATCH] fat-fs printk arg. fix

Andrew Morton (akpm@digeo.com)
Tue, 3 Jun 2003 16:11:34 -0700


"Randy.Dunlap" <rddunlap@osdl.org> wrote:
>
> printk(KERN_ERR "FAT: Directory bread(block %llu) failed\n",
> - phys);
> + (u64)phys);

The printk control string says, precisely, "unsigned long long". So that
is what we should be casting the argument to.

I have made that change, thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/