Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232190
b: refs/heads/master
c: 131ddd1
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Lorenz authored and Mauro Carvalho Chehab committed Jan 19, 2011
1 parent 13bc713 commit eb45420
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a1198ccf9c52922e66a3372b0045ebe335a127dd
refs/heads/master: 131ddd1a3072aebca666767151acaa7574beb583
3 changes: 2 additions & 1 deletion trunk/drivers/media/radio/si470x/radio-si470x-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,8 @@ int si470x_start(struct si470x_device *radio)
goto done;

/* sysconfig 1 */
radio->registers[SYSCONFIG1] = SYSCONFIG1_DE;
radio->registers[SYSCONFIG1] =
(de << 11) & SYSCONFIG1_DE; /* DE*/
retval = si470x_set_register(radio, SYSCONFIG1);
if (retval < 0)
goto done;
Expand Down

0 comments on commit eb45420

Please sign in to comment.