Michael Richardson c2f8311d31 [PATCH] ide: cast arguments to pr_debug() properly
This does not show up unless you #define DEBUG in the file, which most
people wouldn't do.  On PPC405, at least, "sector_t" is unsigned long,
which doesn't match %llx/%llu.  Since sector# may well be >32 bits, promote
the value to match the format.

Signed-off-by: Michael Richardson <mcr@xelerance.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-02-07 16:12:31 -08:00
..
2006-01-14 18:27:13 -08:00
2006-02-03 08:32:11 -08:00
2006-02-01 08:53:19 -08:00
2005-10-30 17:37:32 -08:00
2006-02-02 12:23:12 +00:00
2006-01-14 10:41:42 -08:00
2006-01-13 16:29:56 -08:00
2006-01-10 00:08:17 +01:00
2006-01-18 19:20:31 -08:00