drivers/ivshmem: MSI API change was not applied in this drivers
commit id ec2b9d42af
missed that ivshmem
uses pcie_msi_enable as well, thus fixing it now.
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
79952ad774
commit
d8484e2ea5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue