public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PROBLEM: fix fealnx.c hangs on SMP, 2.4.27
@ 2004-08-30  7:28 Peter Holik
  2004-08-30  8:57 ` Denis Vlasenko
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Peter Holik @ 2004-08-30  7:28 UTC (permalink / raw)
  To: linux-kernel

static void set_rx_mode(struct net_device *dev)
{
   spinlock_t *lp = &((struct netdev_private *)dev->priv)->lock;
   unsigned long flags;
   spin_lock_irqsave(lp, flags);
   __set_rx_mode(dev);
-  spin_unlock_irqrestore(&lp, flags);
+  spin_unlock_irqrestore(lp, flags);
}




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

end of thread, other threads:[~2004-08-30 17:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-30  7:28 PROBLEM: fix fealnx.c hangs on SMP, 2.4.27 Peter Holik
2004-08-30  8:57 ` Denis Vlasenko
2004-08-30 17:33   ` Jeff Garzik
2004-08-30  9:04 ` Jeff Garzik
2004-08-30 11:10 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox