Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336806
b: refs/heads/master
c: 086d585
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Linus Walleij committed Oct 15, 2012
1 parent e678d8e commit 0d7646e
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: 8944df726c7d2916764d18be8e944bd7ea3f2f51
refs/heads/master: 086d585f13542de205c25fd225a37aa0cadc3be0
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ static int __devinit omap_gpio_probe(struct platform_device *pdev)
if (!pdata)
return -EINVAL;

bank = devm_kzalloc(&pdev->dev, sizeof(struct gpio_bank), GFP_KERNEL);
bank = devm_kzalloc(dev, sizeof(struct gpio_bank), GFP_KERNEL);
if (!bank) {
dev_err(dev, "Memory alloc failed\n");
return -ENOMEM;
Expand Down

0 comments on commit 0d7646e

Please sign in to comment.