Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285491
b: refs/heads/master
c: afd2b38
h: refs/heads/master
i:
  285489: 9aa50e0
  285487: faf18a5
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 31, 2011
1 parent d3c0fce commit be9114e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c79c9fb37e1a6e4898cbc80d49e96d527259cbf0
refs/heads/master: afd2b38a094c60d9a18b1a9b00bf6c879071d7a1
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/dvb-usb/cxusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1074,11 +1074,12 @@ struct dib0700_adapter_state {
static int dib7070_set_param_override(struct dvb_frontend *fe,
struct dvb_frontend_parameters *fep)
{
struct dtv_frontend_properties *p = &fe->dtv_property_cache;
struct dvb_usb_adapter *adap = fe->dvb->priv;
struct dib0700_adapter_state *state = adap->priv;

u16 offset;
u8 band = BAND_OF_FREQUENCY(fep->frequency/1000);
u8 band = BAND_OF_FREQUENCY(p->frequency/1000);
switch (band) {
case BAND_VHF: offset = 950; break;
default:
Expand Down

0 comments on commit be9114e

Please sign in to comment.