virtio: pci: use correct type in virtio_pci_bind()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 16 Oct 2019 10:59:49 +0000 (12:59 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 31 Oct 2019 11:22:53 +0000 (07:22 -0400)
commit232ba7623171635e971227696edefddc84d47927
tree2a96441e63e5585460c481809270a630a1a1e959
parentc261fef51ca0fcb9cc752ddb4ffa4e134379b784
virtio: pci: use correct type in virtio_pci_bind()

For printing as %u we should use an unsigned int.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/virtio/virtio_pci_legacy.c