summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-11-16 08:58:05 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-11-18 10:10:07 -0200
commit257e29f84e377d00f29fbb3a78bad25b7e4eb915 (patch)
treed52158faeeeb165ddbf9fa310856edb9f8c528e1 /drivers/media/usb
parentce8591ff023ef8e04750c2cc2882523619a80b58 (diff)
downloadop-kernel-dev-257e29f84e377d00f29fbb3a78bad25b7e4eb915.zip
op-kernel-dev-257e29f84e377d00f29fbb3a78bad25b7e4eb915.tar.gz
[media] tvp5150: convert it to use dev_foo() macros
Instead of using v4l_foo(), use the dev_foo() macros, as most modern media drivers. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/em28xx/em28xx-audio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-audio.c b/drivers/media/usb/em28xx/em28xx-audio.c
index cd2545c..7060e51 100644
--- a/drivers/media/usb/em28xx/em28xx-audio.c
+++ b/drivers/media/usb/em28xx/em28xx-audio.c
@@ -259,8 +259,7 @@ static int snd_em28xx_capture_open(struct snd_pcm_substream *substream)
int nonblock, ret = 0;
if (!dev) {
- dev_err(&dev->udev->dev,
- "BUG: em28xx can't find device struct. Can't proceed with open\n");
+ pr_err("em28xx-audio: BUG: em28xx can't find device struct. Can't proceed with open\n");
return -ENODEV;
}
OpenPOWER on IntegriCloud