Skip to content

Commit

Permalink
V4L/DVB (13592): max2165: 32bit build patch
Browse files Browse the repository at this point in the history
This patch drops usage of floating point variable for 32bit build

Signed-off-by: David T. L. Wong <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
David Wong authored and Mauro Carvalho Chehab committed Dec 10, 2009
1 parent 3067e02 commit 5476ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/common/tuners/max2165.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ static int max2165_set_rf(struct max2165_priv *priv, u32 freq)
{
u8 tf;
u8 tf_ntch;
double t;
u32 t;
u32 quotient, fraction;

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

0 comments on commit 5476ffd

Please sign in to comment.