[PATCH v3 3/8] firmware/sysfb: Set firmware-framebuffer parent device
kernel test robot
lkp at intel.com
Thu Feb 8 09:47:16 UTC 2024
Hi Thomas,
kernel test robot noticed the following build errors:
[auto build test ERROR on drm-misc/drm-misc-next]
[also build test ERROR on drm-tip/drm-tip linus/master v6.8-rc3 next-20240208]
[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/Thomas-Zimmermann/video-Add-helpers-for-decoding-screen_info/20240207-215100
base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
patch link: https://lore.kernel.org/r/20240207134932.7321-4-tzimmermann%40suse.de
patch subject: [PATCH v3 3/8] firmware/sysfb: Set firmware-framebuffer parent device
config: x86_64-rhel-8.3-bpf (https://download.01.org/0day-ci/archive/20240208/202402081758.cylLKURZ-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240208/202402081758.cylLKURZ-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 at intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202402081758.cylLKURZ-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from drivers/firmware/sysfb.c:36:
>> include/linux/sysfb.h:108:1: error: expected identifier or '('
108 | {
| ^
1 error generated.
vim +108 include/linux/sysfb.h
e3263ab389a7bc arch/x86/include/asm/sysfb.h David Rheinsberg 2013-08-02 104
9e121040e54abe include/linux/sysfb.h Javier Martinez Canillas 2022-06-07 105 static inline struct platform_device *sysfb_create_simplefb(const struct screen_info *si,
c0a4e7e120d3e9 include/linux/sysfb.h Thomas Zimmermann 2024-02-07 106 const struct simplefb_platform_data *mode,
c0a4e7e120d3e9 include/linux/sysfb.h Thomas Zimmermann 2024-02-07 107 struct device *parent);
e3263ab389a7bc arch/x86/include/asm/sysfb.h David Rheinsberg 2013-08-02 @108 {
9e121040e54abe include/linux/sysfb.h Javier Martinez Canillas 2022-06-07 109 return ERR_PTR(-EINVAL);
e3263ab389a7bc arch/x86/include/asm/sysfb.h David Rheinsberg 2013-08-02 110 }
e3263ab389a7bc arch/x86/include/asm/sysfb.h David Rheinsberg 2013-08-02 111
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
More information about the dri-devel
mailing list