mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 06:02:05 +00:00
MIPS: AR7: Fix trailing semicolon bug in clock.c
Signed-off-by: Florian Fainelli <florian@openwrt.org> To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2489/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
6097050d26
commit
de88397287
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user