From: Atsushi Nemoto Date: Tue, 31 Jul 2007 07:37:34 +0000 (-0700) Subject: serial_txx9: fix printk format mismatch X-Git-Tag: v2.6.23-rc2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddb437b7f74de775ff50ef51a8b2970564d56f86;p=pandora-kernel.git serial_txx9: fix printk format mismatch Since the commit 4f640efb3170dbcf99a37a3cc99060647b95428c, "%lx" is not suitable for p->mapbase (resource_size_t) in 32-bit. This patch fixes a compiler warning caused by the mismatch. Signed-off-by: Atsushi Nemoto Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed