um: virt-pci: Fix 32-bit compile
authorJohannes Berg <johannes.berg@intel.com>
Wed, 15 Sep 2021 18:30:20 +0000 (20:30 +0200)
committerRichard Weinberger <richard@nod.at>
Tue, 21 Dec 2021 20:26:11 +0000 (21:26 +0100)
commitd73820df6437b5d0a57be53faf39db46a0264b3a
treee89d3b5167f28968e8bfd0b1b440d6f1d35b51a9
parent4b86366fdfbedec42f8f7ee037775f2839921d34
um: virt-pci: Fix 32-bit compile

There were a few 32-bit compile warnings that of course
turned into errors with -Werror, fix the 32-bit build.

Fixes: 68f5d3f3b654 ("um: add PCI over virtio emulation driver")
Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/drivers/virt-pci.c