X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fmips%2Far7%2Fclock.c;h=2460f9d23f1bee098a03efecfe2181abaeef1988;hp=2ca4ada1c291cf7cb13f0ac047d6b879e9e1b400;hb=6fd4ce886440c7a1b08b6642e606ee19097829df;hpb=9adcc4a127be6c979eae1ae34083261f2ec5dfec diff --git a/arch/mips/ar7/clock.c b/arch/mips/ar7/clock.c index 2ca4ada1c291..2460f9d23f1b 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) 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;