[media] em28xx: use usb_interface for dev_foo() calls
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 7 Dec 2016 15:48:10 +0000 (13:48 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 12 Dec 2016 09:29:08 +0000 (07:29 -0200)
commit29b05e22f5c68c657f5ec30a31023b81124287fb
tree3c76e467ae57e57ba1af14837b1f599b838fcf61
parentea48c3680829c0c522a799a4a9e0fb6cc5afd0a4
[media] em28xx: use usb_interface for dev_foo() calls

The usb_device->dev is not the right device for dev_foo() calls.
Instead, it should use usb_interface->dev.

Tested-by: Antti Palosaari <crope@iki.fi>
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