commit | 83431cba3d847fc2296d3f38ce7feb623a1cfc45 | [log] [tgz] |
---|---|---|
author | Jay Fenlason <[email protected]> | Mon Oct 08 17:00:29 2007 -0400 |
committer | Stefan Richter <[email protected]> | Wed Oct 17 00:00:10 2007 +0200 |
tree | c5ce3bb5ea97d624c15331f63087b8373fad4040 | |
parent | c1b91ce49158d607666dbef5b8d53cd77d397589 [diff] |
firewire: fw-cdev: reorder wakeup vs. spinlock Signed-off-by: Jay Fenlason <[email protected]> Prompted by https://bugzilla.redhat.com/show_bug.cgi?id=323411 Signed-off-by: Stefan Richter <[email protected]>
diff --git a/drivers/firewire/fw-cdev.c b/drivers/firewire/fw-cdev.c index 290d9f0..60f1a89 100644 --- a/drivers/firewire/fw-cdev.c +++ b/drivers/firewire/fw-cdev.c
@@ -143,11 +143,10 @@ event->v[1].size = size1; spin_lock_irqsave(&client->lock, flags); - list_add_tail(&event->link, &client->event_list); - wake_up_interruptible(&client->wait); - spin_unlock_irqrestore(&client->lock, flags); + + wake_up_interruptible(&client->wait); } static int