Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336461
b: refs/heads/master
c: 00e79d1
h: refs/heads/master
i:
  336459: df1f7cd
v: v3
  • Loading branch information
Sachin Kamat authored and Linus Walleij committed Nov 23, 2012
1 parent 8832a16 commit 8554051
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: 7d8dd20e56be0196fd015feb19ca38449c607794
refs/heads/master: 00e79d12729e3b5a6b6d7a13eb2823cfff0761e4
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-single.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ static int pcs_dt_node_to_map(struct pinctrl_dev *pctldev,
pcs = pinctrl_dev_get_drvdata(pctldev);

*map = devm_kzalloc(pcs->dev, sizeof(**map), GFP_KERNEL);
if (!map)
if (!*map)
return -ENOMEM;

*num_maps = 0;
Expand Down

0 comments on commit 8554051

Please sign in to comment.