openvortex-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Openvortex-dev] [BUG, PATCH] fix missing spin_unlocks caught by manuel


From: Philipp Matthias Hahn
Subject: [Openvortex-dev] [BUG, PATCH] fix missing spin_unlocks caught by manuel
Date: Thu, 10 Jul 2003 18:22:07 +0200
User-agent: Mutt/1.5.4i

Hi!

You are supposed to add _un_lock, not lock it again !!!!

RCS file: /cvsroot/openvortex/alsa/pci/au88x0/au88x0_core.c,v
revision 1.28
date: 2003/07/10 02:04:30;  author: vizard;  state: Exp;  lines: +4 -0
fix missing spin_unlocks caught by manuel

diff -u -r1.27 -r1.28
@@ -1941,6 +1941,7 @@
                udelay(100);
                if (lifeboat++ > POLL_COUNT) {
                        printk(KERN_ERR "vortex: ac97 codec stuck busy\n");
+                       spin_lock_irqsave(&card->lock, flags);
                        return;
                }
        }

Please apply the attached file.

BYtE
Philipp
-- 
  / /  (_)__  __ ____  __ Philipp Hahn
 / /__/ / _ \/ // /\ \/ /
/____/_/_//_/\_,_/ /_/\_\ address@hidden

Attachment: x
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]