Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176989
b: refs/heads/master
c: 1fbff0a
h: refs/heads/master
i:
  176987: 7028388
v: v3
  • Loading branch information
Sascha Hauer committed Nov 12, 2009
1 parent 772bcbf commit 965001f
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: c110eaf4659efcb110de2d7c90878240be5a13fa
refs/heads/master: 1fbff0a6e975a986032881f139b806c23680f823
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/nand/mxc_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ static int __init mxcnd_probe(struct platform_device *pdev)
mtd->priv = this;
mtd->owner = THIS_MODULE;
mtd->dev.parent = &pdev->dev;
mtd->name = "mxc_nand";
mtd->name = DRIVER_NAME;

/* 50 us command delay time */
this->chip_delay = 5;
Expand Down Expand Up @@ -762,7 +762,7 @@ static int __init mxcnd_probe(struct platform_device *pdev)

host->irq = platform_get_irq(pdev, 0);

err = request_irq(host->irq, mxc_nfc_irq, 0, "mxc_nd", host);
err = request_irq(host->irq, mxc_nfc_irq, 0, DRIVER_NAME, host);
if (err)
goto eirq;

Expand Down

0 comments on commit 965001f

Please sign in to comment.