From: Greg Kroah-Hartman Date: Tue, 18 Sep 2012 16:03:31 +0000 (+0100) Subject: USB: serial: kobil_sct: switch 4 remaining printk() calls to use dev_dbg X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c27ad83ace843d339f7893a4af0b65cdfeb130c;p=pandora-kernel.git USB: serial: kobil_sct: switch 4 remaining printk() calls to use dev_dbg These somehow got missed previously (as they weren't calling dbg(), but rather printk() directly), so move over to using dev_dbg() as we never want to see startup messages unless debugging is enabled. Cc: Johan Hovold Cc: Alan Stern Cc: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed