Commit d8484e2e authored by Tomasz Bursztyka's avatar Tomasz Bursztyka Committed by Johan Hedberg
Browse files

drivers/ivshmem: MSI API change was not applied in this drivers



commit id ec2b9d42 missed that ivshmem
uses pcie_msi_enable as well, thus fixing it now.

Signed-off-by: default avatarTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
parent 79952ad7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ static bool ivshmem_configure_interrupts(const struct device *dev)

	LOG_DBG("%u MSI-X Vectors connected", n_vectors);

	if (!pcie_msi_enable(data->bdf, data->vectors, n_vectors)) {
	if (!pcie_msi_enable(data->bdf, data->vectors, n_vectors, 0)) {
		LOG_ERR("Could not enable MSI-X");
		goto out;
	}