linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix SWARM build failure
@ 2007-10-31 16:26 Thiemo Seufer
  2007-10-31 16:31 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Thiemo Seufer @ 2007-10-31 16:26 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

This fixes a typo, the warning lets the build fail.


Thiemo


Signed-off-by: Thiemo Seufer <ths@networkno.de>
---
diff --git a/arch/mips/sibyte/sb1250/time.c b/arch/mips/sibyte/sb1250/time.c
index e224fe7..f455ac1 100644
--- a/arch/mips/sibyte/sb1250/time.c
+++ b/arch/mips/sibyte/sb1250/time.c
@@ -155,7 +155,7 @@ void __cpuinit sb1250_clockevent_init(void)
 	action->flags	= IRQF_DISABLED | IRQF_PERCPU;
 	action->name	= name;
 	action->dev_id	= cd;
-	setup_irq(irq, &action);
+	setup_irq(irq, action);
 }
 
 /*

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

* Re: [PATCH] Fix SWARM build failure
  2007-10-31 16:26 [PATCH] Fix SWARM build failure Thiemo Seufer
@ 2007-10-31 16:31 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-10-31 16:31 UTC (permalink / raw)
  To: Thiemo Seufer; +Cc: linux-mips

On Wed, Oct 31, 2007 at 04:26:56PM +0000, Thiemo Seufer wrote:

> This fixes a typo, the warning lets the build fail.

Well, there is difference between a pointer and it's address after all.
So it's good if gcc makes loud noise about it.

  Ralf

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

end of thread, other threads:[~2007-10-31 16:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-31 16:26 [PATCH] Fix SWARM build failure Thiemo Seufer
2007-10-31 16:31 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).