From: Roberta Dobrescu Date: Sun, 14 Sep 2014 20:13:20 +0000 (+0300) Subject: staging: dgnc: Fix warnings relating to printk() X-Git-Tag: fixes-for-v3.18-merge-window~15^2~342 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3dadd29f7197d93d0441391f5e3815bf008cce1;p=pandora-kernel.git 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 Acked-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed