]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/staging/dgnc/dgnc_tty.c
staging: dgnc: Fix warnings relating to printk()
authorRoberta Dobrescu <roberta.dobrescu@gmail.com>
Sun, 14 Sep 2014 20:13:20 +0000 (23:13 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Sep 2014 00:17:14 +0000 (17:17 -0700)
commitf3dadd29f7197d93d0441391f5e3815bf008cce1
treec5cac556ce7cd8dce9ee1b2868048eaee58c7638
parent2be13f7b7c63cecc439876c8c06a5b30afdf46f9
staging: dgnc: Fix warnings relating to printk()

This fixes the following checkpatch.pl warnings:
WARNING: printk() should include KERN_ facility level
It replaces printk() with dev_dbg() in order to avoid the warning that a more
specific function should be used.

Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_tty.c