search for: fw_cfg_register_dir_entries

Displaying 2 results from an estimated 2 matches for "fw_cfg_register_dir_entries".

2018 Feb 14
0
[vhost:vhost 24/24] drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known
....config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout 5d457fe6aeaab9d0a1665eafc8af7139bc6b6f2e # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): drivers/firmware/qemu_fw_cfg.c: In function 'fw_cfg_register_dir_entries': >> drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known struct fw_cfg_files files; ^~~~~ drivers/firmware/qemu_fw_cfg.c:499:22: warning: unused variable 'files' [-Wunused-variable] vim +499 drivers/firmwa...
2018 Feb 15
0
[vhost:vhost 24/24] drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known
...t; git checkout 5d457fe6aeaab9d0a1665eafc8af7139bc6b6f2e > > # save the attached .config to linux build tree > > make ARCH=i386 > > > > All errors (new ones prefixed by >>): > > > > drivers/firmware/qemu_fw_cfg.c: In function 'fw_cfg_register_dir_entries': > >>> drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known > > struct fw_cfg_files files; > > ^~~~~ > > struct fw_cfg_files { > __be32 count; /* number of entries */ > s...