diff options
Diffstat (limited to 'arch/mips/ar7/clock.c')
-rw-r--r-- | arch/mips/ar7/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ar7/clock.c b/arch/mips/ar7/clock.c index 2ca4ada1c29..2460f9d23f1 100644 --- a/arch/mips/ar7/clock.c +++ b/arch/mips/ar7/clock.c | |||
@@ -443,7 +443,7 @@ struct clk *clk_get(struct device *dev, const char *id) | |||
443 | return &vbus_clk; | 443 | return &vbus_clk; |
444 | if (!strcmp(id, "cpu")) | 444 | if (!strcmp(id, "cpu")) |
445 | return &cpu_clk; | 445 | return &cpu_clk; |
446 | if (!strcmp(id, "dsp")); | 446 | if (!strcmp(id, "dsp")) |
447 | return &dsp_clk; | 447 | return &dsp_clk; |
448 | if (!strcmp(id, "vbus")) | 448 | if (!strcmp(id, "vbus")) |
449 | return &vbus_clk; | 449 | return &vbus_clk; |