summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Cree <mcree@orcon.net.nz>2010-09-01 11:25:17 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-26 17:18:43 -0700
commit97fe34b1a65bcdf9eb994423e95d7edb1ec491c5 (patch)
tree3c044569b48d9605167992c8d1835a2abdc20be2 /Makefile
parentae043da9f41d0e020eec1c8888337e7e7012eae2 (diff)
alpha: Fix printk format errors
commit 3e073367a57d41e506f20aebb98e308387ce3090 upstream. 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 <mcree@orcon.net.nz> Signed-off-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions