alpha: Fix printk format errors
authorMichael Cree <mcree@orcon.net.nz>
Wed, 1 Sep 2010 15:25:17 +0000 (11:25 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Sep 2010 00:21:43 +0000 (17:21 -0700)
commit5d881186be461f3ccea69fe93f674e3266db7336
treef3f709ce691ca8be149577f8d7a085cee2172e29
parent38db8f310a497bf97863e5c0bb738e2afc67e3b4
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>
arch/alpha/kernel/err_marvel.c