Skip to content

Commit

Permalink
V4L/DVB (9465): Fix incorrect IF_AGC Bitfield definition
Browse files Browse the repository at this point in the history
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 8f04c70 commit 9acfee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/stb0899_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
/* S2 DEMOD */
#define STB0899_OFF0_DMD_STATUS 0xf300
#define STB0899_BASE_DMD_STATUS 0x00000000
#define STB0899_IF_AGC_LOCK (0x01 << 0)
#define STB0899_IF_AGC_LOCK (0x01 << 8)
#define STB0899_OFFST_IF_AGC_LOCK 0
#define STB0899_WIDTH_IF_AGC_LOCK 1

Expand Down

0 comments on commit 9acfee5

Please sign in to comment.