Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308217
b: refs/heads/master
c: 31df9db
h: refs/heads/master
i:
  308215: aa10a02
v: v3
  • Loading branch information
Mike Turquette committed May 8, 2012
1 parent 2143fb2 commit b519845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d269b974e32c5dcf043acd07f9ad96e715019ffd
refs/heads/master: 31df9db99549cd29bbe5e32da4492970e6f97191
1 change: 1 addition & 0 deletions trunk/drivers/clk/clk-mux.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ struct clk *clk_register_mux(struct device *dev, const char *name,
mux->width = width;
mux->flags = clk_mux_flags;
mux->lock = lock;
mux->hw.init = &init;

clk = clk_register(dev, &mux->hw);

Expand Down

0 comments on commit b519845

Please sign in to comment.