From: Greg Kroah-Hartman Date: Wed, 19 Nov 2008 00:18:40 +0000 (-0800) Subject: Staging: comedi: usbdux: fix up printk calls X-Git-Tag: v2.6.29-rc1~228^2~71 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0e0c26e6b877d91af0477cd965ddad4835d2905;p=pandora-kernel.git Staging: comedi: usbdux: fix up printk calls printk() needs a KERN_ level. But it's usually better to just use the dev_* functions instead, as they provide much better information to the user and developer. Cc: Bernd Porr Cc: David Schleef Cc: Frank Mori Hess Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed