diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-06 14:53:51 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-06 14:55:11 -0300 |
commit | 7eaf718844c585e293b8d0d1173baab9b9c20d7d (patch) | |
tree | 7e33d082fce5e9185eff236303b99f84483cc622 | |
parent | 9e23f50a762c236049b4965a42d86d55fcdbbfb3 (diff) | |
download | kernel_goldelico_gta04-7eaf718844c585e293b8d0d1173baab9b9c20d7d.zip kernel_goldelico_gta04-7eaf718844c585e293b8d0d1173baab9b9c20d7d.tar.gz kernel_goldelico_gta04-7eaf718844c585e293b8d0d1173baab9b9c20d7d.tar.bz2 |
fixupSigned-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/dvb/frontends/drxk_hard.c | 6 |
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 f370ec1..6eef3df 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, "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; } |