[media] staging/media: Use dev_ printks in go7007/wis-sony-tuner.c
authorYAMANE Toshiaki <yamanetoshi@gmail.com>
Sun, 4 Nov 2012 19:40:51 +0000 (16:40 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 21 Dec 2012 20:38:28 +0000 (18:38 -0200)
commit6c629edcde1610635a7af93dbb181d5081afc194
tree4864298cdaf334b1e9c8fd5b1460702fb52729a9
parent6d569502b49849ae392a4453bfe3a2a973cc95d2
[media] staging/media: Use dev_ printks in go7007/wis-sony-tuner.c

fixed below checkpatch warning.
- WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(...  to printk(KERN_INFO ...
- WARNING: Prefer netdev_dbg(netdev, ... then dev_dbg(dev, ... then pr_debug(...  to printk(KERN_DEBUG ...
- WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(...  to printk(KERN_ERR ...

Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/media/go7007/wis-sony-tuner.c