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

Commit 7eaf7188 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

fixupSigned-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

parent 9e23f50a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5557,8 +5557,10 @@ static int SetQAM(struct drxk_state *state, u16 IntermediateFreqkHz,
			"parameters was successful - using %d parameters.\n",
			qamDemodParamCount);

		/* One of our commands was successful. We don't need to
		/* auto-probe anymore, now that we got the correct command. */
		/*
		 * One of our commands was successful. We don't need to
		 * auto-probe anymore, now that we got the correct command.
		 */
		state->qam_demod_parameter_count = qamDemodParamCount;
	}