Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275359
b: refs/heads/master
c: 2f4133d
h: refs/heads/master
i:
  275357: 8c595e2
  275355: 7790338
  275351: b3b7495
  275343: 800785f
  275327: 63bccce
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Nov 7, 2011
1 parent 703933e commit c024d25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a9380ba11fc384a52bcee0884ca6dd069deb6b1b
refs/heads/master: 2f4133de28edafcaac3ce6b57faf8f40ed2ff1b9
2 changes: 2 additions & 0 deletions trunk/drivers/media/dvb/dvb-usb/mxl111sf-phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,11 @@ int mxl111sf_idac_config(struct mxl111sf_state *state,
/* set hysteresis value reg: 0x0B<5:0> */
ret = mxl111sf_write_reg(state, V6_IDAC_HYSTERESIS_REG,
(hysteresis_value & 0x3F));
mxl_fail(ret);
}

ret = mxl111sf_write_reg(state, V6_IDAC_SETTINGS_REG, val);
mxl_fail(ret);

return ret;
}
Expand Down

0 comments on commit c024d25

Please sign in to comment.