Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291705
b: refs/heads/master
c: 4aa6ded
h: refs/heads/master
i:
  291703: b0e1204
v: v3
  • Loading branch information
Masanari Iida authored and Jiri Kosina committed Feb 5, 2012
1 parent ecdb45b commit c64e2c7
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: 881b999e771acd2e44a00f28d84d9ac21c309505
refs/heads/master: 4aa6ded9fa72a584f3e646b52c64238426b0103a
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/s3cmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@ static int __devinit s3cmci_probe(struct platform_device *pdev)
host->mem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!host->mem) {
dev_err(&pdev->dev,
"failed to get io memory region resouce.\n");
"failed to get io memory region resource.\n");

ret = -ENOENT;
goto probe_free_gpio;
Expand All @@ -1630,7 +1630,7 @@ static int __devinit s3cmci_probe(struct platform_device *pdev)

host->irq = platform_get_irq(pdev, 0);
if (host->irq == 0) {
dev_err(&pdev->dev, "failed to get interrupt resouce.\n");
dev_err(&pdev->dev, "failed to get interrupt resource.\n");
ret = -EINVAL;
goto probe_iounmap;
}
Expand Down

0 comments on commit c64e2c7

Please sign in to comment.