From: Michael Richardson Date: Tue, 7 Feb 2006 20:58:33 +0000 (-0800) Subject: [PATCH] ide: cast arguments to pr_debug() properly X-Git-Tag: v2.6.16-rc3~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2f8311d3168ed7d391ba5df5b80f4af0a3457d0;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed