Skip to content

Commit

Permalink
MIPS: AR7: Fix trailing semicolon bug in clock.c
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Fainelli <[email protected]>
To: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/2489/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ffainelli authored and ralfbaechle committed Jul 20, 2011
1 parent 6097050 commit de88397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 de88397

Please sign in to comment.