Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199647
b: refs/heads/master
c: 14acbbf
h: refs/heads/master
i:
  199645: 5974f36
  199643: cfdcf13
  199639: 3986162
  199631: da50a0b
  199615: a6f8e6f
v: v3
  • Loading branch information
Anatolij Gustschin authored and Grant Likely committed Jun 2, 2010
1 parent d01eadd commit 903fc46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: ef7f2e831c3a563505c9bc5b16ef4bcae3cf4b53
refs/heads/master: 14acbbf8bada18f19930d38ce33c3947b2c718e0
8 changes: 4 additions & 4 deletions trunk/drivers/mtd/nand/mpc5121_nfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ static void mpc5121_nfc_free(struct device *dev, struct mtd_info *mtd)
static int __devinit mpc5121_nfc_probe(struct of_device *op,
const struct of_device_id *match)
{
struct device_node *rootnode, *dn = op->node;
struct device_node *rootnode, *dn = op->dev.of_node;
struct device *dev = &op->dev;
struct mpc5121_nfc_prv *prv;
struct resource res;
Expand Down Expand Up @@ -889,12 +889,12 @@ static struct of_device_id mpc5121_nfc_match[] __devinitdata = {
};

static struct of_platform_driver mpc5121_nfc_driver = {
.match_table = mpc5121_nfc_match,
.probe = mpc5121_nfc_probe,
.remove = __devexit_p(mpc5121_nfc_remove),
.driver = {
.name = DRV_NAME,
.owner = THIS_MODULE,
.name = DRV_NAME,
.owner = THIS_MODULE,
.of_match_table = mpc5121_nfc_match,
},
};

Expand Down

0 comments on commit 903fc46

Please sign in to comment.