Merge branch 'pci/host-designware' into next

* pci/host-designware:
  PCI: designware: Fix indent code style
This commit is contained in:
Bjorn Helgaas 2014-01-07 17:34:06 -07:00
commit 133a36051b
1 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ static void clear_irq_range(struct pcie_port *pp, unsigned int irq_base,
for (i = 0; i < nvec; i++) {
irq_set_msi_desc_off(irq_base, i, NULL);
clear_bit(pos + i, pp->msi_irq_in_use);
/* Disable corresponding interrupt on MSI interrupt controller */
/* Disable corresponding interrupt on MSI controller */
res = ((pos + i) / 32) * 12;
bit = (pos + i) % 32;
dw_pcie_rd_own_conf(pp, PCIE_MSI_INTR0_ENABLE + res, 4, &val);