Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348166
b: refs/heads/master
c: c62b2b3
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Linus Walleij committed Dec 26, 2012
1 parent e0a9faa commit cc70004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b9cfddd90d03b9000f1dd969149c0d091101dcef
refs/heads/master: c62b2b3448330ce1056d7730a01db4e19c95cfca
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-at91.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static int at91_dt_node_to_map(struct pinctrl_dev *pctldev,
/* create mux map */
parent = of_get_parent(np);
if (!parent) {
kfree(new_map);
devm_kfree(pctldev->dev, new_map);
return -EINVAL;
}
new_map[0].type = PIN_MAP_TYPE_MUX_GROUP;
Expand Down

0 comments on commit cc70004

Please sign in to comment.