summaryrefslogtreecommitdiff
path: root/drivers/media/pci/saa7134/saa7134-input.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-04-30 12:17:34 (GMT)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-13 13:10:52 (GMT)
commit2bb3e2eec50c4cc7e0aefc4ef4cc9a1c371038ae (patch)
tree3676764ff1ba0e85208d1f6b4c1d3a50e23c7dd1 /drivers/media/pci/saa7134/saa7134-input.c
parent3e0051c5a40a5a29e1919361f45cd1e103d0b1fa (diff)
downloadlinux-2bb3e2eec50c4cc7e0aefc4ef4cc9a1c371038ae.tar.xz
[media] saa7134: replace remaining occurences or printk()
Instead of using printk(), use pr_foo() macros. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/saa7134/saa7134-input.c')
-rw-r--r--drivers/media/pci/saa7134/saa7134-input.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/pci/saa7134/saa7134-input.c b/drivers/media/pci/saa7134/saa7134-input.c
index 89f5fcf..c603655 100644
--- a/drivers/media/pci/saa7134/saa7134-input.c
+++ b/drivers/media/pci/saa7134/saa7134-input.c
@@ -831,8 +831,7 @@ int saa7134_input_init1(struct saa7134_dev *dev)
break;
}
if (NULL == ir_codes) {
- printk("%s: Oops: IR config error [card=%d]\n",
- dev->name, dev->board);
+ pr_err("Oops: IR config error [card=%d]\n", dev->board);
return -ENODEV;
}