All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: tskd08@gmail.com, linux-media@vger.kernel.org
Cc: m.chehab@samsung.com
Subject: Re: [PATCH] dvb:tc90522: bugfix of always-false expression
Date: Sun, 26 Oct 2014 14:15:45 +0200	[thread overview]
Message-ID: <544CE5F1.3040601@iki.fi> (raw)
In-Reply-To: <1414325129-16570-1-git-send-email-tskd08@gmail.com>



On 10/26/2014 02:05 PM, tskd08@gmail.com wrote:
> From: Akihiro Tsukada <tskd08@gmail.com>
>
> Reported by David Binderman

^^ See Documentation/SubmittingPatches

Antti

> ---
>   drivers/media/dvb-frontends/tc90522.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/dvb-frontends/tc90522.c b/drivers/media/dvb-frontends/tc90522.c
> index d9905fb..bca81ef 100644
> --- a/drivers/media/dvb-frontends/tc90522.c
> +++ b/drivers/media/dvb-frontends/tc90522.c
> @@ -363,7 +363,7 @@ static int tc90522t_get_frontend(struct dvb_frontend *fe)
>   		u8 v;
>
>   		c->isdbt_partial_reception = val[0] & 0x01;
> -		c->isdbt_sb_mode = (val[0] & 0xc0) == 0x01;
> +		c->isdbt_sb_mode = (val[0] & 0xc0) == 0x40;
>
>   		/* layer A */
>   		v = (val[2] & 0x78) >> 3;
>

-- 
http://palosaari.fi/

  reply	other threads:[~2014-10-26 12:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-26 12:05 [PATCH] dvb:tc90522: bugfix of always-false expression tskd08
2014-10-26 12:15 ` Antti Palosaari [this message]
2014-10-26 13:58   ` Akihiro TSUKADA
2014-10-26 16:27     ` Antti Palosaari
2014-11-03 14:37       ` Mauro Carvalho Chehab
2014-11-03 15:06         ` Akihiro TSUKADA

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=544CE5F1.3040601@iki.fi \
    --to=crope@iki.fi \
    --cc=linux-media@vger.kernel.org \
    --cc=m.chehab@samsung.com \
    --cc=tskd08@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.