[media] em28xx: convert it from pr_foo() to dev_foo()
commitce8591ff023ef8e04750c2cc2882523619a80b58
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 20 Oct 2016 10:42:03 +0000 (20 08:42 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 12:08:15 +0000 (18 10:08 -0200)
treea513137f48890cd4ef0e51966666b4398d2bb747
parent39ad799a85e2afb2eeb0295cabe81e183b011b95
[media] em28xx: convert it from pr_foo() to dev_foo()

Instead of using pr_foo(), use dev_foo(), with provides a
better output. As this device is a multi-interface one,
we'll set the device name to show the chipset and the driver
used.

While here, get rid of printk continuation messages.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/em28xx/em28xx-audio.c
drivers/media/usb/em28xx/em28xx-camera.c
drivers/media/usb/em28xx/em28xx-cards.c
drivers/media/usb/em28xx/em28xx-core.c
drivers/media/usb/em28xx/em28xx-dvb.c
drivers/media/usb/em28xx/em28xx-i2c.c
drivers/media/usb/em28xx/em28xx-input.c
drivers/media/usb/em28xx/em28xx-vbi.c
drivers/media/usb/em28xx/em28xx-video.c
drivers/media/usb/em28xx/em28xx.h