Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285484
b: refs/heads/master
c: 2f786bb
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 31, 2011
1 parent 3983143 commit dcdd61a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 31cbc53fe56497f39e697a904f770cff096ae765
refs/heads/master: 2f786bbefc2f1cab6e9560476ea69003d19ee5cb
5 changes: 3 additions & 2 deletions trunk/drivers/media/dvb/pluto2/pluto2.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,9 @@ static inline u32 divide(u32 numerator, u32 denominator)

/* LG Innotek TDTE-E001P (Infineon TUA6034) */
static int lg_tdtpe001p_tuner_set_params(struct dvb_frontend *fe,
struct dvb_frontend_parameters *p)
struct dvb_frontend_parameters *foo)
{
struct dtv_frontend_properties *p = &fe->dtv_property_cache;
struct pluto *pluto = frontend_to_pluto(fe);
struct i2c_msg msg;
int ret;
Expand Down Expand Up @@ -478,7 +479,7 @@ static int lg_tdtpe001p_tuner_set_params(struct dvb_frontend *fe,
else
buf[3] = 0x04;

if (p->u.ofdm.bandwidth == BANDWIDTH_8_MHZ)
if (p->bandwidth_hz == 8000000)
buf[3] |= 0x08;

if (sizeof(buf) == 6) {
Expand Down

0 comments on commit dcdd61a

Please sign in to comment.