All of lore.kernel.org
 help / color / mirror / Atom feed
* Still one lock to fix in init.c
@ 2002-12-08 21:56 Chris Rankin
  2002-12-09 11:38 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Rankin @ 2002-12-08 21:56 UTC (permalink / raw)
  To: alsa-devel; +Cc: perex

Hi,

I think you missed one ;-) ...

Cheers,
Chris

Index: alsa-kernel/core/init.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/init.c,v
retrieving revision 1.24
diff -u -u -r1.24 init.c
--- alsa-kernel/core/init.c     8 Dec 2002 11:08:38
-0000       1.24
+++ alsa-kernel/core/init.c     8 Dec 2002 21:54:22
-0000
@@ -154,7 +154,7 @@
 
        spin_lock(&card->files_lock);
        if (card->shutdown) {
-               write_unlock(&card->files_lock);
+               spin_unlock(&card->files_lock);
                return 0;
        }
        card->shutdown = 1;


__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

* Re: Still one lock to fix in init.c
  2002-12-08 21:56 Still one lock to fix in init.c Chris Rankin
@ 2002-12-09 11:38 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2002-12-09 11:38 UTC (permalink / raw)
  To: Chris Rankin; +Cc: alsa-devel, perex

At Sun, 8 Dec 2002 21:56:44 +0000 (GMT),
Chris Rankin wrote:
> 
> Hi,
> 
> I think you missed one ;-) ...

thanks, i applied it.


Takashi


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

end of thread, other threads:[~2002-12-09 11:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-08 21:56 Still one lock to fix in init.c Chris Rankin
2002-12-09 11:38 ` Takashi Iwai

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.