Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116556
b: refs/heads/master
c: cc8e920
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Oct 16, 2008
1 parent 2e05f24 commit d25c4a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10e0298686be6249b0665465737a6b83446c4d35
refs/heads/master: cc8e920aaf5558f87851169b33c420cc4516c253
2 changes: 1 addition & 1 deletion trunk/drivers/pci/intr_remapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static struct irq_2_iommu irq_2_iommuX[NR_IRQS];

static struct irq_2_iommu *irq_2_iommu(unsigned int irq)
{
return (irq < nr_irqs) ?: irq_2_iommuX + irq : NULL;
return (irq < nr_irqs) ? irq_2_iommuX + irq : NULL;
}

static struct irq_2_iommu *irq_2_iommu_alloc(unsigned int irq)
Expand Down

0 comments on commit d25c4a7

Please sign in to comment.