Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308193
b: refs/heads/master
c: 10363b5
h: refs/heads/master
i:
  308191: c9d1fb4
v: v3
  • Loading branch information
Shawn Guo authored and Mike Turquette committed Apr 24, 2012
1 parent ff778b3 commit d1b4a16
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: d4d7e3ddc76c5ae3b4fbd15cb6f30aa78c28d788
refs/heads/master: 10363b5838b4d5dcbf01db219f35e91aa94f24c6
2 changes: 1 addition & 1 deletion trunk/drivers/clk/clk-mux.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ struct clk *clk_register_mux(struct device *dev, const char *name,
{
struct clk_mux *mux;

mux = kmalloc(sizeof(struct clk_mux), GFP_KERNEL);
mux = kzalloc(sizeof(struct clk_mux), GFP_KERNEL);

if (!mux) {
pr_err("%s: could not allocate mux clk\n", __func__);
Expand Down

0 comments on commit d1b4a16

Please sign in to comment.