mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 14:41:39 +00:00
fixupSigned-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
9e23f50a76
commit
7eaf718844
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user