Skip to content

Commit

Permalink
[media] xc5000: xtal_khz should be a u16 rather than a u32
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Apr 19, 2012
1 parent 3532067 commit 409328a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/media/common/tuners/xc5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/common/tuners/xc5000.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 409328a

Please sign in to comment.