public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Marek Vasut <marex@denx.de>
Cc: linux-media@vger.kernel.org,
	Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	Sakari Ailus <sakari.ailus@linux.intel.com>,
	Stefan Riedmueller <s.riedmueller@phytec.de>
Subject: Re: [PATCH] media: mt9p031: Drop bogus v4l2_subdev_get_try_crop() call from mt9p031_init_cfg()
Date: Sun, 20 Nov 2022 20:52:07 +0200	[thread overview]
Message-ID: <Y3p3V2aqQoMrWFTV@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20221120141304.80832-1-marex@denx.de>

Hi Marek,

Thank you for the patch.

On Sun, Nov 20, 2022 at 03:13:04PM +0100, Marek Vasut wrote:
> The mt9p031_init_cfg() already calls __mt9p031_get_pad_crop(), which
> correctly calls v4l2_subdev_get_try_crop() on V4L2_SUBDEV_FORMAT_TRY
> or returns &mt9p031->crop on V4L2_SUBDEV_FORMAT_ACTIVE. No need to
> call v4l2_subdev_get_try_crop() in mt9p031_init_cfg() again in case
> of both V4L2_SUBDEV_FORMAT_TRY and V4L2_SUBDEV_FORMAT_ACTIVE.
> 
> This also fixes a splat generated by this call since commit
> 2ba3e38517f5a ("media: v4l: subdev: Fail graciously when getting try data for NULL state")
> because v4l2_subdev_get_try_crop() is called with sd_state = NULL
> in mt9p031_init_cfg().
> 
> Fixes: 69681cd041648 ("media: mt9p031: Move open subdev op init code into init_cfg")
> Signed-off-by: Marek Vasut <marex@denx.de>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> Cc: Sakari Ailus <sakari.ailus@linux.intel.com>
> Cc: Stefan Riedmueller <s.riedmueller@phytec.de>
> ---
>  drivers/media/i2c/mt9p031.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/media/i2c/mt9p031.c b/drivers/media/i2c/mt9p031.c
> index 5f5caafe56887..4ffc2f6e7db47 100644
> --- a/drivers/media/i2c/mt9p031.c
> +++ b/drivers/media/i2c/mt9p031.c
> @@ -708,7 +708,6 @@ static int mt9p031_init_cfg(struct v4l2_subdev *subdev,
>  					     V4L2_SUBDEV_FORMAT_TRY;
>  
>  	crop = __mt9p031_get_pad_crop(mt9p031, sd_state, 0, which);
> -	v4l2_subdev_get_try_crop(subdev, sd_state, 0);
>  	crop->left = MT9P031_COLUMN_START_DEF;
>  	crop->top = MT9P031_ROW_START_DEF;
>  	crop->width = MT9P031_WINDOW_WIDTH_DEF;

-- 
Regards,

Laurent Pinchart

      reply	other threads:[~2022-11-20 18:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-20 14:13 [PATCH] media: mt9p031: Drop bogus v4l2_subdev_get_try_crop() call from mt9p031_init_cfg() Marek Vasut
2022-11-20 18:52 ` 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=Y3p3V2aqQoMrWFTV@pendragon.ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=marex@denx.de \
    --cc=mchehab+huawei@kernel.org \
    --cc=s.riedmueller@phytec.de \
    --cc=sakari.ailus@linux.intel.com \
    /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