Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135999
b: refs/heads/master
c: a459b8a
h: refs/heads/master
i:
  135997: 49ae054
  135995: b7a2214
  135991: b3df8a2
  135983: 94b44d3
  135967: 6497f71
  135935: 1b738d1
v: v3
  • Loading branch information
Stefan Richter committed Mar 24, 2009
1 parent ddce4a4 commit a58e903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da62df141e3f879445e3daef36bd3a12c90841e2
refs/heads/master: a459b8ab9c176143fecef8ace4b70d6dbd7a8113
2 changes: 1 addition & 1 deletion trunk/drivers/firewire/fw-cdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static int dequeue_event(struct client *client,
return -ENODEV;

spin_lock_irqsave(&client->lock, flags);
event = container_of(client->event_list.next, struct event, link);
event = list_first_entry(&client->event_list, struct event, link);
list_del(&event->link);
spin_unlock_irqrestore(&client->lock, flags);

Expand Down

0 comments on commit a58e903

Please sign in to comment.