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

Commit 1fab14ed authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (10951): xc5000: Fix CodingStyle errors introduced by the last patch

parent 0356baad
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -739,11 +739,11 @@ static int xc5000_set_analog_params(struct dvb_frontend *fe,
	dprintk(1, "%s() frequency=%d (in units of 62.5khz)\n",
		__func__, params->frequency);

	priv->rf_mode = params->mode;// XC_RF_MODE_CABLE; /* Fix me: it could be air. */
	/* Fix me: it could be air. */
	priv->rf_mode = params->mode;
	if (params->mode > XC_RF_MODE_CABLE)
		priv->rf_mode = XC_RF_MODE_CABLE;


	/* params->frequency is in units of 62.5khz */
	priv->freq_hz = params->frequency * 62500;