Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de883972 authored by Florian Fainelli's avatar Florian Fainelli Committed by Ralf Baechle
Browse files

MIPS: AR7: Fix trailing semicolon bug in clock.c



Signed-off-by: default avatarFlorian Fainelli <florian@openwrt.org>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2489/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 6097050d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -443,7 +443,7 @@ struct clk *clk_get(struct device *dev, const char *id)
		return &vbus_clk;
		return &vbus_clk;
	if (!strcmp(id, "cpu"))
	if (!strcmp(id, "cpu"))
		return &cpu_clk;
		return &cpu_clk;
	if (!strcmp(id, "dsp"));
	if (!strcmp(id, "dsp"))
		return &dsp_clk;
		return &dsp_clk;
	if (!strcmp(id, "vbus"))
	if (!strcmp(id, "vbus"))
		return &vbus_clk;
		return &vbus_clk;