From: Greg Kroah-Hartman Date: Tue, 18 Sep 2012 16:07:24 +0000 (+0100) Subject: USB: serial: safe-serial: fix up printk() usage X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93ba0f037bfc7d6c6431c0db767f2244ac583578;p=pandora-kernel.git USB: serial: safe-serial: fix up printk() usage The driver was calling printk() directly at startup, which is just noise. Switch over to using pr_info() where needed, and get rid of the totally useless version number that had never ever been incremented. Cc: Rusty Russell Cc: Alan Stern Cc: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed