Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177779
b: refs/heads/master
c: a7a5ac5
h: refs/heads/master
i:
  177777: c314d4f
  177775: 7fd0fcf
v: v3
  • Loading branch information
Marc Zyngier authored and Russell King committed Dec 16, 2009
1 parent 2df4cae commit 052d154
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: d93626e861eaab387950ec34346961013ba28d5e
refs/heads/master: a7a5ac58df0832daf7774b083c33032a7d26c792
6 changes: 3 additions & 3 deletions trunk/drivers/pcmcia/pxa2xx_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ static int pxa2xx_drv_pcmcia_probe(struct platform_device *dev)
skt->nr = ops->first + i;
skt->ops = ops;
skt->socket.owner = ops->owner;
skt->socket.dev.parent = dev;
skt->socket.dev.parent = &dev->dev;
skt->socket.pci_irq = NO_IRQ;

ret = pxa2xx_drv_pcmcia_add_one(skt);
Expand All @@ -304,8 +304,8 @@ static int pxa2xx_drv_pcmcia_probe(struct platform_device *dev)
soc_pcmcia_remove_one(&sinfo->skt[i]);
kfree(sinfo);
} else {
pxa2xx_configure_sockets(dev);
dev_set_drvdata(dev, sinfo);
pxa2xx_configure_sockets(&dev->dev);
dev_set_drvdata(&dev->dev, sinfo);
}

return ret;
Expand Down

0 comments on commit 052d154

Please sign in to comment.