Skip to content

Commit

Permalink
staging/comedi: Use pr_ or dev_ printks in drivers/usbduxfast.c
Browse files Browse the repository at this point in the history
fixed below checkpatch warnings.
- WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(...  to printk(KERN_ERR ...
- WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(...  to printk(KERN_INFO ...

and added pr_fmt.

Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Oct 24, 2012
1 parent 7194d0e commit 0a00ab9
Showing 1 changed file with 71 additions and 81 deletions.
Loading

0 comments on commit 0a00ab9

Please sign in to comment.