Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350730
b: refs/heads/master
c: f1ba28a
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart authored and Mike Turquette committed Jan 16, 2013
1 parent 5a22773 commit 79a0d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: e4eda8e0654c19cd7e3d143b051f3d5c213f0b43
refs/heads/master: f1ba28a1f0fa16f3d0e78d199f3f9bf13e2d487b
3 changes: 1 addition & 2 deletions trunk/drivers/clk/clk-max77686.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ static int max77686_clk_register(struct device *dev,
if (IS_ERR(clk))
return -ENOMEM;

max77686->lookup = devm_kzalloc(dev, sizeof(struct clk_lookup),
GFP_KERNEL);
max77686->lookup = kzalloc(sizeof(struct clk_lookup), GFP_KERNEL);
if (!max77686->lookup)
return -ENOMEM;

Expand Down

0 comments on commit 79a0d98

Please sign in to comment.