commit | 56accc56b9aab87ef4809ccc588e1257969cd271 | [log] [tgz] |
---|---|---|
author | Yuri Zaporozhets <yuriz@vodafonemail.de> | Wed Oct 30 20:38:20 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 04 18:01:58 2024 -0600 |
tree | 1c5536c307ff11a136e484342626305b4bc23178 | |
parent | 7837e273df58cafb405a640364da4755b6d35c89 [diff] |
bios_emulator: fix first argument of pci_{read,write}_config_* function calls When compiling for riscv64, a bunch of warning is produced for the file drivers/bios_emulator/besys.c. This patch fixes a portion of those warnings, caused by incorrect first argument to pci_{read,write}_config_* functions. Signed-off-by: Yuri Zaporozhets <yuriz@qrv-systems.net>