Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151063
b: refs/heads/master
c: 86c2765
h: refs/heads/master
i:
  151061: 860eee3
  151059: 0704c9b
  151055: c5a9cc4
v: v3
  • Loading branch information
Michael Ellerman authored and Benjamin Herrenschmidt committed Jun 15, 2009
1 parent d0c533e commit bd3f84c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e468455e5845f83950d1271a6cd0425b9c7290ab
refs/heads/master: 86c276560a22915c92cd0b0179556b7f3dac6f7a
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/cell/axon_msi.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ static struct irq_host_ops msic_host_ops = {

static int axon_msi_shutdown(struct of_device *device)
{
struct axon_msic *msic = device->dev.platform_data;
struct axon_msic *msic = dev_get_drvdata(&device->dev);
u32 tmp;

pr_debug("axon_msi: disabling %s\n",
Expand Down Expand Up @@ -416,7 +416,7 @@ static int axon_msi_probe(struct of_device *device,
msic->read_offset = dcr_read(msic->dcr_host, MSIC_WRITE_OFFSET_REG)
& MSIC_FIFO_SIZE_MASK;

device->dev.platform_data = msic;
dev_set_drvdata(&device->dev, msic);

ppc_md.setup_msi_irqs = axon_msi_setup_msi_irqs;
ppc_md.teardown_msi_irqs = axon_msi_teardown_msi_irqs;
Expand Down

0 comments on commit bd3f84c

Please sign in to comment.