Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370857
b: refs/heads/master
c: 58631ad
h: refs/heads/master
i:
  370855: 408df02
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Kumar Gala committed Apr 3, 2013
1 parent 1eff5aa commit 21e4e2a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a3ec3acd29e3b372d79b81a534e1f4b10fc140f7
refs/heads/master: 58631ad1205677c5b33f511fd5aae26eaa0c87c6
4 changes: 3 additions & 1 deletion trunk/arch/powerpc/sysdev/fsl_msi.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@ static int fsl_of_msi_remove(struct platform_device *ofdev)
return 0;
}

static struct lock_class_key fsl_msi_irq_class;

static int fsl_msi_setup_hwirq(struct fsl_msi *msi, struct platform_device *dev,
int offset, int irq_index)
{
Expand All @@ -351,7 +353,7 @@ static int fsl_msi_setup_hwirq(struct fsl_msi *msi, struct platform_device *dev,
dev_err(&dev->dev, "No memory for MSI cascade data\n");
return -ENOMEM;
}

irq_set_lockdep_class(virt_msir, &fsl_msi_irq_class);
msi->msi_virqs[irq_index] = virt_msir;
cascade_data->index = offset;
cascade_data->msi_data = msi;
Expand Down

0 comments on commit 21e4e2a

Please sign in to comment.