Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97759
b: refs/heads/master
c: fc60d6e
h: refs/heads/master
i:
  97757: e778920
  97755: 36c4ef2
  97751: d743492
  97743: 45373cb
  97727: 55ff33c
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jun 5, 2008
1 parent 4315fcf commit a3bf9f3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4ecc24737700f07d6c2a8fdf8c1737e399f1830f
refs/heads/master: fc60d6e2727157b53d49c8d55888d0a78dafbc9f
4 changes: 2 additions & 2 deletions trunk/drivers/media/common/tuners/tda18271-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,11 +648,11 @@ int tda18271_calc_rf_cal(struct dvb_frontend *fe, u32 *freq)
unsigned char *regs = priv->tda18271_regs;
u8 val;

tda18271_lookup_map(fe, RF_CAL, freq, &val);
int ret = tda18271_lookup_map(fe, RF_CAL, freq, &val);

regs[R_EB14] = val;

return 0;
return ret;
}

/*
Expand Down

0 comments on commit a3bf9f3

Please sign in to comment.