Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285802
b: refs/heads/master
c: 9544e8a
h: refs/heads/master
v: v3
  • Loading branch information
Malcolm Priestley authored and Mauro Carvalho Chehab committed Jan 11, 2012
1 parent 818c898 commit a9a4ec3
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: c147f61083e3e4a9c2aaecaaed976502defc3b7d
refs/heads/master: 9544e8a64795d75875ff4c680a43aa452a37b260
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/it913x-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ static int it913x_fe_read_snr(struct dvb_frontend *fe, u16 *snr)

ret = it913x_read_reg(state, 0x2c, reg, sizeof(reg));

snr_val = (u32)(reg[2] << 16) | (reg[1] < 8) | reg[0];
snr_val = (u32)(reg[2] << 16) | (reg[1] << 8) | reg[0];

ret |= it913x_read_reg(state, 0xf78b, reg, 1);
if (reg[0])
Expand Down

0 comments on commit a9a4ec3

Please sign in to comment.