public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* Re: [PATCH v12 13/15] media: vivid: add fixed point test controls
       [not found] <1705581128-4604-14-git-send-email-shengjiu.wang@nxp.com>
@ 2024-01-20 13:47 ` kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-01-20 13:47 UTC (permalink / raw)
  To: Shengjiu Wang; +Cc: llvm, oe-kbuild-all

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-20 13:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1705581128-4604-14-git-send-email-shengjiu.wang@nxp.com>
2024-01-20 13:47 ` [PATCH v12 13/15] media: vivid: add fixed point test controls kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox