Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 409328a4 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

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

parent 35320676
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;
};