tty: tty_mutex.c: Fixed coding style warning (using printk)
authorSangho Yi <antiroot@gmail.com>
Wed, 17 Oct 2012 15:15:13 +0000 (00:15 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 18:34:51 +0000 (11:34 -0700)
commit7a0c4edae99da6ab3d402deb0d88410251c6ac63
tree8740b2ebe770ae77a6a9ba65874446a122151e4f
parent8ae763cd7e88a6bc552a6615ba6c1dcaa4828cbf
tty: tty_mutex.c: Fixed coding style warning (using printk)

Here I fixed from printk(KERN_ERR, ... to pr_err(... on tty_mutex.c

Signed-off-by: Sangho Yi <antiroot@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_mutex.c