All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: sensoray-dev <linux-dev@sensoray.com>
Cc: linux-media@vger.kernel.org
Subject: Re: s2255drv: V4L2_MODE_HIGHQUALITY fix
Date: Mon, 03 May 2010 20:46:41 -0300	[thread overview]
Message-ID: <4BDF6061.9040603@redhat.com> (raw)
In-Reply-To: <tkrat.001f6db5e6ea287d@sensoray.com>

sensoray-dev wrote:
> # HG changeset patch
> # User Dean Anderson <linux-dev@sensoray.com>
> # Date 1271371685 25200
> # Node ID fae20d178e2cc96d75a43c50e0f84140022091a3
> # Parent  f12b3074bb02dbb9b9d5af3aa816bd53e6b61dd1
> s2255drv: V4L2 mode high quality fix
> 
> From: Dean Anderson <linux-dev@sensoray.com>
> 
> fix for last patch in case it is applied. submitted incorrect patch (channel/stream).
> 
> Priority: high

Sorry, but it doesn't apply.

> 
> Signed-off-by: Dean Anderson <linux-dev@sensoray.com>
> 
> diff -r f12b3074bb02 -r fae20d178e2c linux/drivers/media/video/s2255drv.c
> --- a/linux/drivers/media/video/s2255drv.c	Thu Apr 15 15:40:56 2010 -0700
> +++ b/linux/drivers/media/video/s2255drv.c	Thu Apr 15 15:48:05 2010 -0700
> @@ -1660,7 +1660,7 @@
>  	}
>  	mode.fdec = fdec;
>  	sp->parm.capture.timeperframe.denominator = def_dem;
> -	stream->cap_parm = sp->parm.capture;
> +	channel->cap_parm = sp->parm.capture;
>  	s2255_set_mode(channel, &mode);
>  	dprintk(4, "%s capture mode, %d timeperframe %d/%d, fdec %d\n",
>  		__func__,
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


-- 

Cheers,
Mauro

      reply	other threads:[~2010-05-03 23:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-15 22:51 s2255drv: V4L2_MODE_HIGHQUALITY fix sensoray-dev
2010-05-03 23:46 ` Mauro Carvalho Chehab [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=4BDF6061.9040603@redhat.com \
    --to=mchehab@redhat.com \
    --cc=linux-dev@sensoray.com \
    --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.