Linux Media Controller development
 help / color / mirror / Atom feed
From: Malcolm Priestley <tvboxspy@gmail.com>
To: "Igor M. Liplianin" <liplianin@me.by>
Cc: linux-media@vger.kernel.org,
	Mauro Carvalho Chehab <mchehab@infradead.org>
Subject: Re: [PATCH 2/2] TeVii DVB-S s421 and s632 cards support, rs2000 part
Date: Wed, 09 May 2012 00:35:40 +0100	[thread overview]
Message-ID: <1336520140.3125.3.camel@router7789> (raw)
In-Reply-To: <11624830.SAH8sWiIMs@useri>

On Tue, 2012-05-08 at 11:08 +0300, Igor M. Liplianin wrote:
> One register needs to be changed to TS to work. So we use separate inittab.
> 
> Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Acked-by: Malcolm Priestley <tvboxspy@gmail.com>

differences between files attachment (rs2000dw2102.patch)
> diff --git a/drivers/media/dvb/frontends/m88rs2000.c b/drivers/media/dvb/frontends/m88rs2000.c
> index 045ee5a..547230d 100644
> --- a/drivers/media/dvb/frontends/m88rs2000.c
> +++ b/drivers/media/dvb/frontends/m88rs2000.c
> @@ -442,7 +442,11 @@ static int m88rs2000_init(struct dvb_frontend *fe)
>  
>  	deb_info("m88rs2000: init chip\n");
>  	/* Setup frontend from shutdown/cold */
> -	ret = m88rs2000_tab_set(state, m88rs2000_setup);
> +	if (state->config->inittab)
> +		ret = m88rs2000_tab_set(state,
> +				(struct inittab *)state->config->inittab);
> +	else
> +		ret = m88rs2000_tab_set(state, m88rs2000_setup);
>  
>  	return ret;
>  }
Regards


Malcolm



      reply	other threads:[~2012-05-08 23:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-08  8:08 [PATCH 2/2] TeVii DVB-S s421 and s632 cards support, rs2000 part Igor M. Liplianin
2012-05-08 23:35 ` Malcolm Priestley [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1336520140.3125.3.camel@router7789 \
    --to=tvboxspy@gmail.com \
    --cc=linux-media@vger.kernel.org \
    --cc=liplianin@me.by \
    --cc=mchehab@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox