]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7e83e6797974d4127b406052bc97e7b783d11cb0
treec5cac556ce7cd8dce9ee1b2868048eaee58c7638
parent80fb1ac5dae8747a48c2409475cd85e93549bde6
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