Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377170
b: refs/heads/master
c: ab67178
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Mauro Carvalho Chehab committed May 21, 2013
1 parent 72992a4 commit 284a9c0
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: 96f83b3f270aff148a1fa55f9a464e1bbadeadd4
refs/heads/master: ab6717886b6af7c1408602948653c63408c46f5e
2 changes: 1 addition & 1 deletion trunk/drivers/media/radio/radio-si476x.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

#define FREQ_MUL (10000000 / 625)

#define SI476X_PHDIV_STATUS_LINK_LOCKED(status) (0b10000000 & (status))
#define SI476X_PHDIV_STATUS_LINK_LOCKED(status) (0x80 & (status))

#define DRIVER_NAME "si476x-radio"
#define DRIVER_CARD "SI476x AM/FM Receiver"
Expand Down

0 comments on commit 284a9c0

Please sign in to comment.