From: Antti Palosaari <crope@iki.fi>
To: koshkoshka <andreykosh000@mail.ru>, linux-media@vger.kernel.org
Subject: Re: [PATCH] modified: drivers/media/tuners/si2157.c Fixed frequency range to 42-870 MHz
Date: Mon, 11 Jan 2016 08:47:16 +0200 [thread overview]
Message-ID: <56934FF4.6080300@iki.fi> (raw)
In-Reply-To: <1452426188-9664-1-git-send-email-andreykosh000@mail.ru>
Even that patch is trivial, could you provide your signed off by tag.
regards
Antti
On 01/10/2016 01:43 PM, koshkoshka wrote:
> ---
> 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 ce157ed..86a753e 100644
> --- a/drivers/media/tuners/si2157.c
> +++ b/drivers/media/tuners/si2157.c
> @@ -363,8 +363,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/
next prev parent reply other threads:[~2016-01-11 6:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-10 11:43 [PATCH] modified: drivers/media/tuners/si2157.c Fixed frequency range to 42-870 MHz koshkoshka
2016-01-11 6:47 ` Antti Palosaari [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-01-11 7:28 koshkoshka
2016-01-11 9:22 andreykosh000
2016-01-11 9:40 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=56934FF4.6080300@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.