Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138155
b: refs/heads/master
c: 60ce3c4
h: refs/heads/master
i:
  138153: f774e98
  138151: cdda6c7
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 358398e commit 4fc5182
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1c12148bdcc6a978ab6a9930d40ddfb9d26e9e82
refs/heads/master: 60ce3c471fdc4f5a173a393710138717b639e3c1
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/lgdt3305.c
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ static int lgdt3305_read_snr(struct dvb_frontend *fe, u16 *snr)
return -EINVAL;
}
state->snr = calculate_snr(noise, c);
/*report SNR in dB * 10 */
/* report SNR in dB * 10 */
*snr = (state->snr / ((1 << 24) / 10));
lg_dbg("noise = 0x%08x, snr = %d.%02d dB\n", noise,
state->snr >> 24, (((state->snr >> 8) & 0xffff) * 100) >> 16);
Expand Down

0 comments on commit 4fc5182

Please sign in to comment.