Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260371
b: refs/heads/master
c: de88397
h: refs/heads/master
i:
  260369: ac052b3
  260367: 3b72b76
v: v3
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Jul 20, 2011
1 parent cf1fc91 commit 288658b
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: 6097050d26458ccd6ffcba2accc55d0edfc9a4cd
refs/heads/master: de8839728742a1745370b643f3ac771126dff12f
2 changes: 1 addition & 1 deletion trunk/arch/mips/ar7/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ struct clk *clk_get(struct device *dev, const char *id)
return &vbus_clk;
if (!strcmp(id, "cpu"))
return &cpu_clk;
if (!strcmp(id, "dsp"));
if (!strcmp(id, "dsp"))
return &dsp_clk;
if (!strcmp(id, "vbus"))
return &vbus_clk;
Expand Down

0 comments on commit 288658b

Please sign in to comment.