commit | 79dd83ed637303e957c8a6ffdfbcb7c7c482efa2 | [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 16:41:38 2024 -0600 |
tree | 9b2ad96501933837cea0ea518d96d659e68012f9 | |
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>