Merge branch 'remotes/lorenzo/pci/iproc'

- Return zero for success of iproc_msi_irq_domain_alloc() (Pali Rohár)

* remotes/lorenzo/pci/iproc:
  PCI: iproc: Fix return value of iproc_msi_irq_domain_alloc()
This commit is contained in:
Bjorn Helgaas 2021-05-04 10:43:27 -05:00
Родитель 362e377037 1e83130f01
Коммит 1c401162ed
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -271,7 +271,7 @@ static int iproc_msi_irq_domain_alloc(struct irq_domain *domain,
NULL, NULL);
}
return hwirq;
return 0;
}
static void iproc_msi_irq_domain_free(struct irq_domain *domain,