commit | e80e9af3086674bdd2d65c09557c7d0df8f30f99 | [log] [tgz] |
---|---|---|
author | Antti Palosaari <crope@iki.fi> | Mon Jun 04 22:18:34 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Aug 04 07:56:26 2012 -0300 |
tree | fb26e6bbd56bf17869e7468837dfb175bf957fb3 | |
parent | 19ec2728d77e75b9f44188f356f5ca2f6d7ff165 [diff] |
[media] dvb_usb_v2: remove various unneeded variables Adapter priv is not really needed, use device priv instead. There is only driver or two using that. Device caps are not needed. There was only "has I2C adapter" capability defined. It is useless as we can see same just checking existence of i2c_algo callback. And also remove some totally not used at all variables. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>