All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: andreykosh000@mail.ru, linux-media@vger.kernel.org
Subject: Re: [PATCH] Fixed frequency range for Si2157 tuner to 42-870 MHz
Date: Sun, 28 Feb 2016 01:48:55 +0200	[thread overview]
Message-ID: <56D235E7.7080305@iki.fi> (raw)
In-Reply-To: <1456615348-2216-1-git-send-email-andreykosh000@mail.ru>

That patch is already applied!

Antti

On 02/28/2016 01:22 AM, andreykosh000@mail.ru wrote:
> From: Andrei Koshkosh <andreykosh000@mail.ru>
>
> Signed-off-by: Andrei Koshkosh <andreykosh000@mail.ru>
>
> 	modified:   drivers/media/tuners/si2157.c
> This tuner supports frequency range from 42MHz to 870MHz
> ---
>   drivers/media/tuners/si2157.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/media/tuners/si2157.c b/drivers/media/tuners/si2157.c
> index 0e1ca2b..5da5b42 100644
> --- a/drivers/media/tuners/si2157.c
> +++ b/drivers/media/tuners/si2157.c
> @@ -364,8 +364,8 @@ static int si2157_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
>   static const struct dvb_tuner_ops si2157_ops = {
>   	.info = {
>   		.name           = "Silicon Labs Si2146/2147/2148/2157/2158",
> -		.frequency_min  = 55000000,
> -		.frequency_max  = 862000000,
> +		.frequency_min  = 42000000,
> +		.frequency_max  = 870000000,
>   	},
>
>   	.init = si2157_init,
>

-- 
http://palosaari.fi/

  reply	other threads:[~2016-02-27 23:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-27 23:22 [PATCH] Fixed frequency range for Si2157 tuner to 42-870 MHz andreykosh000
2016-02-27 23:48 ` Antti Palosaari [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-27 23:24 andreykosh000

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=56D235E7.7080305@iki.fi \
    --to=crope@iki.fi \
    --cc=andreykosh000@mail.ru \
    --cc=linux-media@vger.kernel.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 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.