]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pch_uart : Use dev_xxx not pr_xxx
authorTomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Wed, 23 Feb 2011 01:03:15 +0000 (10:03 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Feb 2011 01:22:03 +0000 (17:22 -0800)
commit23877fdc6df3306037d81d2ac71c2d6e26ec08f4
tree2ae96a2839058a38afc5985da6b5f229c8fc4bfe
parent1822076cf324dde1eb9678ae2174dc8b4662417c
pch_uart : Use dev_xxx not pr_xxx

For easy to understad which port the message is out,
replace pr_xxx with dev_xxx.

Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/pch_uart.c