Linux Media Controller development
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Sakari Ailus <sakari.ailus@iki.fi>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH] v4l: Fix typo in v4l2_subdev_get_try_crop()
Date: Tue, 27 Aug 2013 14:34:05 +0200	[thread overview]
Message-ID: <6073088.jjl5NmzUoe@avalon> (raw)
In-Reply-To: <20130826095346.GB2835@valkosipuli.retiisi.org.uk>

On Monday 26 August 2013 12:53:46 Sakari Ailus wrote:
> On Mon, Aug 26, 2013 at 11:17:51AM +0200, Laurent Pinchart wrote:
> > The helper function is defined by a macro that is erroneously called
> > with the compose rectangle instead of the crop rectangle. Fix it.
> > 
> > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > ---
> > 
> >  include/media/v4l2-subdev.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h
> > index bfda0fe..34d9219 100644
> > --- a/include/media/v4l2-subdev.h
> > +++ b/include/media/v4l2-subdev.h
> > @@ -628,7 +628,7 @@ struct v4l2_subdev_fh {
> > 
> >  	}
> >  
> >  __V4L2_SUBDEV_MK_GET_TRY(v4l2_mbus_framefmt, format, try_fmt)
> > -__V4L2_SUBDEV_MK_GET_TRY(v4l2_rect, crop, try_compose)
> > +__V4L2_SUBDEV_MK_GET_TRY(v4l2_rect, crop, try_crop)
> >  __V4L2_SUBDEV_MK_GET_TRY(v4l2_rect, compose, try_compose)
> >  #endif
> 
> Oops. My bad I guess... it's a surprise to me this one slipped through.
> Excellent find!
> 
> Acked-by: Sakari Ailus <sakari.ailus@iki.fi>

Thank you.

Mauro, could you please pick this patch up, for v3.12 if still possible ?

-- 
Regards,

Laurent Pinchart


      reply	other threads:[~2013-08-27 12:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-26  9:17 [PATCH] v4l: Fix typo in v4l2_subdev_get_try_crop() Laurent Pinchart
2013-08-26  9:53 ` Sakari Ailus
2013-08-27 12:34   ` Laurent Pinchart [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=6073088.jjl5NmzUoe@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=sakari.ailus@iki.fi \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox