From f3dadd29f7197d93d0441391f5e3815bf008cce1 Mon Sep 17 00:00:00 2001 From: Roberta Dobrescu Date: Sun, 14 Sep 2014 23:13:20 +0300 Subject: [PATCH] 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-format-patch failed