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)
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>

No differences found