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

Commit 5476ffd2 authored by David Wong's avatar David Wong Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (13592): max2165: 32bit build patch



This patch drops usage of floating point variable for 32bit build

Signed-off-by: default avatarDavid T. L. Wong <davidtlwong@gmail.com>
Acked-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 3067e02f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -193,7 +193,7 @@ static int max2165_set_rf(struct max2165_priv *priv, u32 freq)
{
{
	u8 tf;
	u8 tf;
	u8 tf_ntch;
	u8 tf_ntch;
	double t;
	u32 t;
	u32 quotient, fraction;
	u32 quotient, fraction;


	/* Set PLL divider according to RF frequency */
	/* Set PLL divider according to RF frequency */