Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375013
b: refs/heads/master
c: b327b36
h: refs/heads/master
i:
  375011: 6741308
v: v3
  • Loading branch information
Javier Martinez Canillas authored and Jon Hunter committed Apr 30, 2013
1 parent 29260a0 commit 7170293
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f2b09f67047aa5da60718f1a92e9b7f26b9266b4
refs/heads/master: b327b3627bb428eb7d98f25224532425a673d89e
5 changes: 2 additions & 3 deletions trunk/arch/arm/mach-omap2/gpmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1533,10 +1533,9 @@ static int gpmc_probe_dt(struct platform_device *pdev)
of_node_cmp(child->name, "nor") == 0)
ret = gpmc_probe_generic_child(pdev, child);

if (ret < 0) {
if (WARN(ret < 0, "%s: probing gpmc child %s failed\n",
__func__, child->full_name))
of_node_put(child);
return ret;
}
}

return 0;
Expand Down

0 comments on commit 7170293

Please sign in to comment.