]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] em28xx: don't store usb_device at struct em28xx
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 7 Dec 2016 16:34:22 +0000 (14:34 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 12 Dec 2016 09:30:44 +0000 (07:30 -0200)
commitc6d48134cb2682516ed50ca0cea2675d27d985e8
tree65e9a71ad49b9e5d9930709dd56bd82cc2c591f2
parent29b05e22f5c68c657f5ec30a31023b81124287fb
[media] em28xx: don't store usb_device at struct em28xx

Now that we're storing usb_interface at em28xx struct,
there's no good reason to keep storing usb_device, as we can
get it from usb_interface. So, get rid of it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/em28xx/em28xx-audio.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-input.c
drivers/media/usb/em28xx/em28xx-video.c
drivers/media/usb/em28xx/em28xx.h