From: Michael Cree Date: Wed, 1 Sep 2010 15:25:17 +0000 (-0400) Subject: alpha: Fix printk format errors X-Git-Tag: v2.6.36-rc4~80^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e073367a57d41e506f20aebb98e308387ce3090;p=pandora-kernel.git alpha: Fix printk format errors When compiling alpha generic build get errors such as: arch/alpha/kernel/err_marvel.c: In function ‘marvel_print_err_cyc’: arch/alpha/kernel/err_marvel.c:119: error: format ‘%ld’ expects type ‘long int’, but argument 6 has type ‘u64’ Replaced a number of %ld format specifiers with %lld since u64 is unsigned long long. Signed-off-by: Michael Cree Signed-off-by: Matt Turner --- Reading git-diff-tree failed