[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>
This commit is contained in:
Mauro Carvalho Chehab
2016-11-16 08:58:05 -02:00
förälder ce8591ff02
incheckning 257e29f84e
2 ändrade filer med 25 tillägg och 27 borttagningar

Visa fil

@@ -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;
}