Skip to content

Commit

Permalink
Staging: comedi: usbdux: fix up printk calls
Browse files Browse the repository at this point in the history
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 <BerndPorr@f2s.com>
Cc: David Schleef <ds@schleef.org>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Jan 6, 2009
1 parent e54fb9c commit c0e0c26
Showing 1 changed file with 287 additions and 287 deletions.
Loading

0 comments on commit c0e0c26

Please sign in to comment.