* [steev:radxa-zero-linux-5.10.y 36/43] drivers/staging/media/meson/vdec/vdec_platform.c:272:17: error: expected declaration specifiers or '...' before string constant
@ 2024-01-19 17:27 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-01-19 17:27 UTC (permalink / raw)
To: Steev Klimaszewski; +Cc: oe-kbuild-all
tree: https://github.com/steev/linux radxa-zero-linux-5.10.y
head: b463d9bf73277bb295f7353ac6502dd6d03f73c1
commit: a4a7adb288d2737ec7a3ba5e5167986492947fed [36/43] media: meson: vdec: Add MODULE_FIRMWARE macro
config: microblaze-allmodconfig (https://download.01.org/0day-ci/archive/20240120/202401200106.kmJuCWd0-lkp@intel.com/config)
compiler: microblaze-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240120/202401200106.kmJuCWd0-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/202401200106.kmJuCWd0-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/staging/media/meson/vdec/vdec_platform.c:272:17: error: expected declaration specifiers or '...' before string constant
272 | MODULE_FIRMWARE("meson/vdec/g12a_h264.bin");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/staging/media/meson/vdec/vdec_platform.c:273:17: error: expected declaration specifiers or '...' before string constant
273 | MODULE_FIRMWARE("meson/vdec/g12a_vp9.bin");
| ^~~~~~~~~~~~~~~~~~~~~~~~~
drivers/staging/media/meson/vdec/vdec_platform.c:274:17: error: expected declaration specifiers or '...' before string constant
274 | MODULE_FIRMWARE("meson/vdec/gxbb_h264.bin");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/staging/media/meson/vdec/vdec_platform.c:275:17: error: expected declaration specifiers or '...' before string constant
275 | MODULE_FIRMWARE("meson/vdec/gxl_h264.bin");
| ^~~~~~~~~~~~~~~~~~~~~~~~~
drivers/staging/media/meson/vdec/vdec_platform.c:276:17: error: expected declaration specifiers or '...' before string constant
276 | MODULE_FIRMWARE("meson/vdec/gxl_mpeg12.bin");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/staging/media/meson/vdec/vdec_platform.c:277:17: error: expected declaration specifiers or '...' before string constant
277 | MODULE_FIRMWARE("meson/vdec/gxl_vp9.bin");
| ^~~~~~~~~~~~~~~~~~~~~~~~
drivers/staging/media/meson/vdec/vdec_platform.c:278:17: error: expected declaration specifiers or '...' before string constant
278 | MODULE_FIRMWARE("meson/vdec/gxm_h264.bin");
| ^~~~~~~~~~~~~~~~~~~~~~~~~
drivers/staging/media/meson/vdec/vdec_platform.c:279:17: error: expected declaration specifiers or '...' before string constant
279 | MODULE_FIRMWARE("meson/vdec/sm1_vp9_mmu.bin");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
vim +272 drivers/staging/media/meson/vdec/vdec_platform.c
271
> 272 MODULE_FIRMWARE("meson/vdec/g12a_h264.bin");
--
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-19 17:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-19 17:27 [steev:radxa-zero-linux-5.10.y 36/43] drivers/staging/media/meson/vdec/vdec_platform.c:272:17: error: expected declaration specifiers or '...' before string constant kernel test robot
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.