Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4308
b: refs/heads/master
c: 3faadbb
h: refs/heads/master
v: v3
  • Loading branch information
Hartmut Hackmann authored and Linus Torvalds committed Jul 8, 2005
1 parent f176539 commit 66a46ff
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: ecb60deb9d5bbcbab6c87ee5fde6f8368197fcac
refs/heads/master: 3faadbb0fde3c53e1c4f13eabb478c0c7cb1e4dd
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/tda1004x.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ static int tda1004x_check_upload_ok(struct tda1004x_state *state)

data1 = tda1004x_read_byte(state, TDA1004X_DSP_DATA1);
data2 = tda1004x_read_byte(state, TDA1004X_DSP_DATA2);
if (data1 != 0x67 || data2 < 0x20 || data2 > 0x2a) {
if (data1 != 0x67 || data2 < 0x20 || data2 > 0x2e) {
printk(KERN_INFO "tda1004x: found firmware revision %x -- invalid\n", data2);
return -EIO;
}
Expand Down

0 comments on commit 66a46ff

Please sign in to comment.