From ddb437b7f74de775ff50ef51a8b2970564d56f86 Mon Sep 17 00:00:00 2001 From: Atsushi Nemoto Date: Tue, 31 Jul 2007 00:37:34 -0700 Subject: [PATCH] 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-format-patch failed