diff options
author | Antti Palosaari <crope@iki.fi> | 2012-05-07 21:59:55 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-14 20:20:44 +0400 |
commit | 1cbabf9c751f8795a35885fad9ceaec7de71a29e (patch) | |
tree | 0f350fbfb3171c5e04931322b253aae3279795cc /drivers/media/dvb/dvb-usb/af9035.h | |
parent | 2a79eefa82d010b64b36efeebec04397ad494f22 (diff) | |
download | linux-1cbabf9c751f8795a35885fad9ceaec7de71a29e.tar.xz |
[media] af9035: remove one config parameter
We can use tuner ID instead of HW not supported flag.
Lesser code is better code.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/af9035.h')
-rw-r--r-- | drivers/media/dvb/dvb-usb/af9035.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/af9035.h b/drivers/media/dvb/dvb-usb/af9035.h index 262cc3f4b008..481a1a43dd2a 100644 --- a/drivers/media/dvb/dvb-usb/af9035.h +++ b/drivers/media/dvb/dvb-usb/af9035.h @@ -54,7 +54,6 @@ struct usb_req { struct state { bool dual_mode; - bool hw_not_supported; struct af9033_config af9033_config[2]; }; |