From: Mauro Carvalho Chehab Date: Fri, 6 Jul 2012 17:53:51 +0000 (-0300) Subject: fixupSigned-off-by: Mauro Carvalho Chehab X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7eaf718844c585e293b8d0d1173baab9b9c20d7d;p=openwrt%2Fstaging%2Fblogic.git fixupSigned-off-by: Mauro Carvalho Chehab --- 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, "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; }