libxl: remove extraneous arguments to do_pci_remove() in libxl_pci.c
authorPaul Durrant <pdurrant@amazon.com>
Tue, 8 Dec 2020 19:30:15 +0000 (19:30 +0000)
committerWei Liu <wl@xen.org>
Tue, 15 Dec 2020 16:24:23 +0000 (16:24 +0000)
commita825ab3a6b16d216660e689b082e979dd991ca95
treea2194551bd6b81e3a2d8b55a4e2e90ce3bed22e7
parent33e1c5a5a8953993ae0b2f28825058b539c05831
libxl: remove extraneous arguments to do_pci_remove() in libxl_pci.c

Both 'domid' and 'pci' are available in 'pci_remove_state' so there is no
need to also pass them as separate arguments.

Signed-off-by: Paul Durrant <pdurrant@amazon.com>
Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Acked-by: Wei Liu <wl@xen.org>
tools/libs/light/libxl_pci.c