serial: fix printk format specifiers for struct uart_port::iobase
authorLennert Buytenhek <buytenh@wantstofly.org>
Wed, 11 Nov 2009 22:26:41 +0000 (14:26 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Nov 2009 15:25:57 +0000 (07:25 -0800)
commit80647b959f97fa20a4714dde3e07b7f69d896556
treee181abfb54d13f23bbb80cb6c61246e74d444682
parent05f45d7d746d07c95588871abf933334856c1a3b
serial: fix printk format specifiers for struct uart_port::iobase

struct uart_port::iobase is unsigned long, so use %lx as printk format
specifier.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/serial/8250.c
drivers/serial/8250_pci.c