public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Shengjiu Wang <shengjiu.wang@nxp.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH v12 13/15] media: vivid: add fixed point test controls
Date: Sat, 20 Jan 2024 21:47:59 +0800	[thread overview]
Message-ID: <202401202119.lXkMF2LU-lkp@intel.com> (raw)
In-Reply-To: <1705581128-4604-14-git-send-email-shengjiu.wang@nxp.com>

Hi Shengjiu,

kernel test robot noticed the following build errors:

[auto build test ERROR on media-tree/master]
[also build test ERROR on broonie-sound/for-next tiwai-sound/for-next tiwai-sound/for-linus linus/master v6.7 next-20240119]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Shengjiu-Wang/ASoC-fsl_asrc-define-functions-for-memory-to-memory-usage/20240118-211929
base:   git://linuxtv.org/media_tree.git master
patch link:    https://lore.kernel.org/r/1705581128-4604-14-git-send-email-shengjiu.wang%40nxp.com
patch subject: [PATCH v12 13/15] media: vivid: add fixed point test controls
config: arm64-allyesconfig (https://download.01.org/0day-ci/archive/20240120/202401202119.lXkMF2LU-lkp@intel.com/config)
compiler: clang version 18.0.0git (https://github.com/llvm/llvm-project d92ce344bf641e6bb025b41b3f1a77dd25e2b3e9)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240120/202401202119.lXkMF2LU-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202401202119.lXkMF2LU-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/media/test-drivers/vivid/vivid-ctrls.c:195:3: error: field designator 'fraction_bits' does not refer to any field in type 'const struct v4l2_ctrl_config'
     195 |         .fraction_bits = 16,
         |         ~^~~~~~~~~~~~~~~~~~
   drivers/media/test-drivers/vivid/vivid-ctrls.c:206:3: error: field designator 'fraction_bits' does not refer to any field in type 'const struct v4l2_ctrl_config'
     206 |         .fraction_bits = 63,
         |         ~^~~~~~~~~~~~~~~~~~
   2 errors generated.


vim +195 drivers/media/test-drivers/vivid/vivid-ctrls.c

   186	
   187	static const struct v4l2_ctrl_config vivid_ctrl_int32_q16 = {
   188		.ops = &vivid_user_gen_ctrl_ops,
   189		.id = VIVID_CID_INT_Q4_16,
   190		.name = "Integer 32 Bits Q4.16",
   191		.type = V4L2_CTRL_TYPE_INTEGER,
   192		.min = v4l2_ctrl_fp_compose(-16, 0, 16),
   193		.max = v4l2_ctrl_fp_compose(15, 0xffff, 16),
   194		.step = 1,
 > 195		.fraction_bits = 16,
   196	};
   197	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

           reply	other threads:[~2024-01-20 13:48 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1705581128-4604-14-git-send-email-shengjiu.wang@nxp.com>]

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=202401202119.lXkMF2LU-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=shengjiu.wang@nxp.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