[media] xc5000: xtal_khz should be a u16 rather than a u32
authorMichael Krufky <mkrufky@kernellabs.com>
Mon, 16 Apr 2012 18:21:51 +0000 (15:21 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 19 Apr 2012 12:44:08 +0000 (09:44 -0300)
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/tuners/xc5000.c
drivers/media/common/tuners/xc5000.h

index 377fb8d..dcca42c 100644 (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;
index 39a73bf..b1a5474 100644 (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;
 };