All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] MIPS: ar7: remove trailing semicolon in clock.c
@ 2011-06-12 18:57 Florian Fainelli
  2011-06-12 18:57 ` [PATCH 2/5] MIPS: ar7: remove 'space before tabs' in platform.c Florian Fainelli
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Florian Fainelli @ 2011-06-12 18:57 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf, Florian Fainelli

Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
 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 2ca4ada..2460f9d 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;
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-06-15 23:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-12 18:57 [PATCH 1/5] MIPS: ar7: remove trailing semicolon in clock.c Florian Fainelli
2011-06-12 18:57 ` [PATCH 2/5] MIPS: ar7: remove 'space before tabs' in platform.c Florian Fainelli
2011-06-15 23:39   ` Ralf Baechle
2011-06-12 18:57 ` [PATCH 3/5] MIPS: ar7: replace __attribute__((__packed__)) with __packed Florian Fainelli
2011-06-15 23:39   ` Ralf Baechle
2011-06-12 18:57 ` [PATCH 4/5] MIPS: ar7: use linux/reboot.h instead of asm/reboot.h Florian Fainelli
2011-06-12 18:59   ` Florian Fainelli
2011-06-13 21:43     ` Ralf Baechle
2011-06-12 18:57 ` [PATCH 5/5] MIPS: ar7: use linux/time.h instead of asm/time.h Florian Fainelli
2011-06-12 19:00   ` Florian Fainelli
2011-06-13 21:43     ` Ralf Baechle
2011-06-13 21:51 ` [PATCH 1/5] MIPS: ar7: remove trailing semicolon in clock.c Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.