Skip to content

Commit

Permalink
fixupSigned-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Carvalho Chehab committed Jul 6, 2012
1 parent 9e23f50 commit 7eaf718
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions drivers/media/dvb/frontends/drxk_hard.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 7eaf718

Please sign in to comment.