[media] staging/media: Use dev_ printks in cxd2099/cxd2099.[ch]
authorYAMANE Toshiaki <yamanetoshi@gmail.com>
Fri, 2 Nov 2012 07:48:48 +0000 (04:48 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 21 Dec 2012 20:25:16 +0000 (18:25 -0200)
commit011b2aad587a770e758711f465312ac843440d2a
tree6f0fab7b6e391659292b86b364d0840ea608ee80
parented2e33011451f655052ff1d3aa9ee936057d508b
[media] staging/media: Use dev_ printks in cxd2099/cxd2099.[ch]

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 ...
- WARNING: Prefer netdev_warn(netdev, ... then dev_warn(dev, ... then pr_warn(...  to printk(KERN_WARNING ...

Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com>
Tested-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/media/cxd2099/cxd2099.c
drivers/staging/media/cxd2099/cxd2099.h