[IA64] mbcs: fix printk format warnings
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 4 Sep 2009 23:58:05 +0000 (16:58 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 15 Sep 2009 15:42:00 +0000 (08:42 -0700)
commita81a8f580b6b525112aba19319dcc5dd3db4dfee
tree93ba3f3d95e4eac2c77a1273a862d19ab215d7ed
parent9b6b93998a0d9c44d6701be5b472f3302c3a8596
[IA64] mbcs: fix printk format warnings

drivers/char/mbcs.c:719: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'uint64_t'
drivers/char/mbcs.c:719: warning: format '%lx' expects type 'long unsigned int', but argument 4 has type 'uint64_t'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Bruce Losure <blosure@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
drivers/char/mbcs.c