aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-07-06 13:53:51 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-06 13:55:11 -0400
commit7eaf718844c585e293b8d0d1173baab9b9c20d7d (patch)
tree7e33d082fce5e9185eff236303b99f84483cc622 /drivers/media/dvb
parent9e23f50a762c236049b4965a42d86d55fcdbbfb3 (diff)
fixupSigned-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/frontends/drxk_hard.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/drxk_hard.c b/drivers/media/dvb/frontends/drxk_hard.c
index f370ec1c9bd3..6eef3df3687d 100644
--- a/drivers/media/dvb/frontends/drxk_hard.c
+++ b/drivers/media/dvb/frontends/drxk_hard.c
@@ -5557,8 +5557,10 @@ static int SetQAM(struct drxk_state *state, u16 IntermediateFreqkHz,
5557 "parameters was successful - using %d parameters.\n", 5557 "parameters was successful - using %d parameters.\n",
5558 qamDemodParamCount); 5558 qamDemodParamCount);
5559 5559
5560 /* One of our commands was successful. We don't need to 5560 /*
5561 /* auto-probe anymore, now that we got the correct command. */ 5561 * One of our commands was successful. We don't need to
5562 * auto-probe anymore, now that we got the correct command.
5563 */
5562 state->qam_demod_parameter_count = qamDemodParamCount; 5564 state->qam_demod_parameter_count = qamDemodParamCount;
5563 } 5565 }
5564 5566