]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit42afe9fb8895e3b6eef8a78102e4b4d21b0f0bfb
treee89d3b5167f28968e8bfd0b1b440d6f1d35b51a9
parente27d0e5710ceb7761da7f61363e37d90cd5ebf29
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: 732559b790cd ("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