Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Florian Fainelli and committed by
Ralf Baechle
de883972 6097050d

+1 -1
+1 -1
arch/mips/ar7/clock.c
··· 443 443 return &vbus_clk; 444 444 if (!strcmp(id, "cpu")) 445 445 return &cpu_clk; 446 - if (!strcmp(id, "dsp")); 446 + if (!strcmp(id, "dsp")) 447 447 return &dsp_clk; 448 448 if (!strcmp(id, "vbus")) 449 449 return &vbus_clk;