All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tu, ShawnX <shawnx.tu@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [sailus-media-tree:master 15/16] drivers/media/i2c/hi847.c:2700:49: error: passing argument 2 of 'v4l2_subdev_get_try_format' from incompatible pointer type
Date: Thu, 13 Jan 2022 03:59:24 +0000	[thread overview]
Message-ID: <1e504b20307d4eaf90e5cd2e85faf7c1@intel.com> (raw)
In-Reply-To: <Yd771idbGaGVU9OQ@paasikivi.fi.intel.com>

[-- Attachment #1: Type: text/plain, Size: 1548 bytes --]

Hi Sakari,

Thanks for your information.
I'll update the driver later.

Thanks,
Shawn
-----Original Message-----
From: Sakari Ailus <sakari.ailus@linux.intel.com> 
Sent: Thursday, January 13, 2022 12:04 AM
To: lkp <lkp@intel.com>
Cc: Tu, ShawnX <shawnx.tu@intel.com>; kbuild-all(a)lists.01.org; linux-kernel(a)vger.kernel.org
Subject: Re: [sailus-media-tree:master 15/16] drivers/media/i2c/hi847.c:2700:49: error: passing argument 2 of 'v4l2_subdev_get_try_format' from incompatible pointer type

Hi Shawn,

On Wed, Jan 12, 2022 at 11:18:55PM +0800, kernel test robot wrote:
>    drivers/media/i2c/hi847.c: In function 'hi847_set_format':
> >> drivers/media/i2c/hi847.c:2700:49: error: passing argument 2 of 
> >> 'v4l2_subdev_get_try_format' from incompatible pointer type 
> >> [-Werror=incompatible-pointer-types]
>     2700 |                 *v4l2_subdev_get_try_format(sd, cfg, fmt->pad) = fmt->format;
>          |                                                 ^~~
>          |                                                 |
>          |                                                 struct v4l2_subdev_pad_config *

There's been an API change in how the sub-device try state is stored and accessed. The patch changing the other drivers is:

<URL:https://git.linuxtv.org/sailus/media_tree.git/commit/?id=0d346d2a6f54f06f36b224fd27cd6eafe8c83be9>

Could you make similar changes to the hi847 driver? I'll then squash that patch into the current patch adding the driver.

--
Kind regards,

Sakari Ailus

WARNING: multiple messages have this Message-ID (diff)
From: "Tu, ShawnX" <shawnx.tu@intel.com>
To: Sakari Ailus <sakari.ailus@linux.intel.com>, lkp <lkp@intel.com>
Cc: "kbuild-all@lists.01.org" <kbuild-all@lists.01.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [sailus-media-tree:master 15/16] drivers/media/i2c/hi847.c:2700:49: error: passing argument 2 of 'v4l2_subdev_get_try_format' from incompatible pointer type
Date: Thu, 13 Jan 2022 03:59:24 +0000	[thread overview]
Message-ID: <1e504b20307d4eaf90e5cd2e85faf7c1@intel.com> (raw)
In-Reply-To: <Yd771idbGaGVU9OQ@paasikivi.fi.intel.com>

Hi Sakari,

Thanks for your information.
I'll update the driver later.

Thanks,
Shawn
-----Original Message-----
From: Sakari Ailus <sakari.ailus@linux.intel.com> 
Sent: Thursday, January 13, 2022 12:04 AM
To: lkp <lkp@intel.com>
Cc: Tu, ShawnX <shawnx.tu@intel.com>; kbuild-all@lists.01.org; linux-kernel@vger.kernel.org
Subject: Re: [sailus-media-tree:master 15/16] drivers/media/i2c/hi847.c:2700:49: error: passing argument 2 of 'v4l2_subdev_get_try_format' from incompatible pointer type

Hi Shawn,

On Wed, Jan 12, 2022 at 11:18:55PM +0800, kernel test robot wrote:
>    drivers/media/i2c/hi847.c: In function 'hi847_set_format':
> >> drivers/media/i2c/hi847.c:2700:49: error: passing argument 2 of 
> >> 'v4l2_subdev_get_try_format' from incompatible pointer type 
> >> [-Werror=incompatible-pointer-types]
>     2700 |                 *v4l2_subdev_get_try_format(sd, cfg, fmt->pad) = fmt->format;
>          |                                                 ^~~
>          |                                                 |
>          |                                                 struct v4l2_subdev_pad_config *

There's been an API change in how the sub-device try state is stored and accessed. The patch changing the other drivers is:

<URL:https://git.linuxtv.org/sailus/media_tree.git/commit/?id=0d346d2a6f54f06f36b224fd27cd6eafe8c83be9>

Could you make similar changes to the hi847 driver? I'll then squash that patch into the current patch adding the driver.

--
Kind regards,

Sakari Ailus

  reply	other threads:[~2022-01-13  3:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-12 15:18 [sailus-media-tree:master 15/16] drivers/media/i2c/hi847.c:2700:49: error: passing argument 2 of 'v4l2_subdev_get_try_format' from incompatible pointer type kernel test robot
2022-01-12 15:18 ` kernel test robot
2022-01-12 16:03 ` Sakari Ailus
2022-01-12 16:03   ` Sakari Ailus
2022-01-13  3:59   ` Tu, ShawnX [this message]
2022-01-13  3:59     ` Tu, ShawnX

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=1e504b20307d4eaf90e5cd2e85faf7c1@intel.com \
    --to=shawnx.tu@intel.com \
    --cc=kbuild-all@lists.01.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.