]> Git Repo - linux.git/commit
serial: fix printk format specifiers for struct uart_port::iobase
authorLennert Buytenhek <[email protected]>
Wed, 11 Nov 2009 22:26:41 +0000 (14:26 -0800)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Cc: Alan Cox <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/serial/8250.c
drivers/serial/8250_pci.c
This page took 0.050352 seconds and 4 git commands to generate.