Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192963
b: refs/heads/master
c: 450df22
h: refs/heads/master
i:
  192961: d39980f
  192959: e2e4875
v: v3
  • Loading branch information
Nicolas Noirbent authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent b468e73 commit 13f8078
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: b4bc3dcbefc0a359744ab13bc8b67c6cb5cd0086
refs/heads/master: 450df22286eee7431b34644410aeff18936c7afe
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/ds3000.c
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ static int ds3000_read_snr(struct dvb_frontend *fe, u16 *snr)
(ds3000_readreg(state, 0x8d) << 4);
dvbs2_signal_reading = ds3000_readreg(state, 0x8e);
tmp = dvbs2_signal_reading * dvbs2_signal_reading >> 1;
if (dvbs2_signal_reading == 0) {
if (tmp == 0) {
*snr = 0x0000;
return 0;
}
Expand Down

0 comments on commit 13f8078

Please sign in to comment.