staging/comedi: Use dev_ printks in drivers/vmk80xx.c
authorYAMANE Toshiaki <yamanetoshi@gmail.com>
Wed, 24 Oct 2012 05:21:51 +0000 (14:21 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 22:10:51 +0000 (15:10 -0700)
fixed below checkpatch warning.
- Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(...  to printk(KERN_INFO ...

Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found