Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312423
b: refs/heads/master
c: ed88bed
h: refs/heads/master
i:
  312421: 5906ce4
  312419: 657448b
  312415: 1d78fed
v: v3
  • Loading branch information
Dan Carpenter authored and Ingo Molnar committed Jun 13, 2012
1 parent 1ce8512 commit 8b3301b
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: 4988a40c3981212fa8c64da68722affc1cb6697a
refs/heads/master: ed88bed881c9948c4035828c5d63f60c7b015f86
2 changes: 1 addition & 1 deletion trunk/drivers/iommu/intel_irq_remapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ intel_ioapic_set_affinity(struct irq_data *data, const struct cpumask *mask,

err = apic->cpu_mask_to_apicid_and(cfg->domain, mask, &dest);
if (err) {
if (assign_irq_vector(irq, cfg, data->affinity));
if (assign_irq_vector(irq, cfg, data->affinity))
pr_err("Failed to recover vector for irq %d\n", irq);
return err;
}
Expand Down

0 comments on commit 8b3301b

Please sign in to comment.