From: Stefan Ringel <stefan.ringel@arcor.de>
To: linux-media@vger.kernel.org
Subject: Re: [git:v4l-dvb/for_v2.6.38] [media] tm6000: bugfix set tv standards
Date: Tue, 09 Nov 2010 16:52:26 +0100 [thread overview]
Message-ID: <4CD96E3A.3090705@arcor.de> (raw)
In-Reply-To: <E1PFo6P-0004Q1-Mj@www.linuxtv.org>
Am 09.11.2010 13:20, schrieb Mauro Carvalho Chehab:
> This is an automatic generated email to let you know that the following patch were queued at the
> http://git.linuxtv.org/media_tree.git tree:
>
> Subject: [media] tm6000: bugfix set tv standards
> Author: Stefan Ringel<stefan.ringel@arcor.de>
> Date: Wed Oct 27 16:48:05 2010 -0300
>
> bugfix set tv standards
>
> Signed-off-by: Stefan Ringel<stefan.ringel@arcor.de>
> Signed-off-by: Mauro Carvalho Chehab<mchehab@redhat.com>
>
> drivers/staging/tm6000/tm6000-video.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> ---
>
> http://git.linuxtv.org/media_tree.git?a=commitdiff;h=8eb5e30293e2460a37feaaa94abc7c6ede6cc29d
>
> diff --git a/drivers/staging/tm6000/tm6000-video.c b/drivers/staging/tm6000/tm6000-video.c
> index 9ec8279..c5690b2 100644
> --- a/drivers/staging/tm6000/tm6000-video.c
> +++ b/drivers/staging/tm6000/tm6000-video.c
> @@ -1032,6 +1032,7 @@ static int vidioc_s_std (struct file *file, void *priv, v4l2_std_id *norm)
> struct tm6000_fh *fh=priv;
> struct tm6000_core *dev = fh->dev;
>
> + dev->norm = *norm;
> rc = tm6000_init_analog_mode(dev);
>
> fh->width = dev->width;
Why not in 2.6.37-rc2 ?
parent reply other threads:[~2010-11-09 15:52 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <E1PFo6P-0004Q1-Mj@www.linuxtv.org>]
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=4CD96E3A.3090705@arcor.de \
--to=stefan.ringel@arcor.de \
--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.