OSDN Git Service

[media] dvb-usb-v2: add pointer to 'struct usb_interface' for driver usage
authorAntti Palosaari <crope@iki.fi>
Wed, 17 Dec 2014 11:10:49 +0000 (08:10 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 2 Feb 2015 19:39:15 +0000 (17:39 -0200)
commitac5361a8c8ab29d2a6d849fed05326304e9d1ef8
tree6eb89774e9eaff57b9d7c4eef0e1f674dfdb8591
parentab98180ac2e6e41058f8829c0961aa306c610c16
[media] dvb-usb-v2: add pointer to 'struct usb_interface' for driver usage

Top level pointer on USB probe is struct usb_interface *. Add that
pointer to struct dvb_usb_device that drivers could use it, for
dev_* logging and more.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/dvb-usb-v2/dvb_usb.h
drivers/media/usb/dvb-usb-v2/dvb_usb_core.c