1
0
Fork 0

[media] xc5000: xtal_khz should be a u16 rather than a u32

Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
hifive-unleashed-5.1
Michael Krufky 2012-04-16 15:21:51 -03:00 committed by Mauro Carvalho Chehab
parent 3532067656
commit 409328a4dc
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ struct xc5000_priv {
struct list_head hybrid_tuner_instance_list;
u32 if_khz;
u32 xtal_khz;
u16 xtal_khz;
u32 freq_hz;
u32 bandwidth;
u8 video_standard;

View File

@ -34,7 +34,7 @@ struct xc5000_config {
u8 i2c_address;
u32 if_khz;
u8 radio_input;
u32 xtal_khz;
u16 xtal_khz;
int chip_id;
};