]> git.dujemihanovic.xyz Git - u-boot.git/commit
bios_emulator: fix first argument of pci_{read,write}_config_* function calls
authorYuri Zaporozhets <yuriz@vodafonemail.de>
Wed, 30 Oct 2024 19:38:20 +0000 (20:38 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 5 Nov 2024 00:01:58 +0000 (18:01 -0600)
commit56accc56b9aab87ef4809ccc588e1257969cd271
tree1c5536c307ff11a136e484342626305b4bc23178
parent7837e273df58cafb405a640364da4755b6d35c89
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>
drivers/bios_emulator/besys.c