commit | 52234d64e750dafcbef9018da27dc48480891f17 | [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 | a560ab6872ac332aa2f29329da1a224d97ebc36c [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>