Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362979
b: refs/heads/master
c: c078d78
h: refs/heads/master
i:
  362977: 1dd7631
  362975: 49f9a7d
v: v3
  • Loading branch information
Wei Yongjun authored and Linus Walleij committed Mar 27, 2013
1 parent 9bfc99e commit a496519
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: 87ff934afdc50ad171a4b5110bb62eb6ecb3a18f
refs/heads/master: c078d78aa96ceafab7379b6a50e92d9d8e2f97b5
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-exynos5440.c
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ static int exynos5440_pinctrl_probe(struct platform_device *pdev)
return -ENODEV;
}

priv = devm_kzalloc(dev, sizeof(priv), GFP_KERNEL);
priv = devm_kzalloc(dev, sizeof(*priv), GFP_KERNEL);
if (!priv) {
dev_err(dev, "could not allocate memory for private data\n");
return -ENOMEM;
Expand Down

0 comments on commit a496519

Please sign in to comment.