Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367188
b: refs/heads/master
c: f7a12fd
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Apr 25, 2013
1 parent b17d6d6 commit 1243768
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: 4ed7e7bae6a4edc90bfa82b55716e4000b584436
refs/heads/master: f7a12fdfd6b6a6f37827d213e67930b945d3081d
2 changes: 1 addition & 1 deletion trunk/drivers/media/tuners/r820t.c
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ static int r820t_xtal_check(struct r820t_priv *priv)
rc = r820t_read(priv, 0x00, data, sizeof(data));
if (rc < 0)
return rc;
if ((!data[2]) & 0x40)
if (!(data[2] & 0x40))
continue;

val = data[2] & 0x3f;
Expand Down

0 comments on commit 1243768

Please sign in to comment.