Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136013
b: refs/heads/master
c: 36a755c
h: refs/heads/master
i:
  136011: d28e46e
v: v3
  • Loading branch information
Stefan Richter committed Mar 24, 2009
1 parent 7505f1f commit 7749652
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 3ba949868a6dc082b24cba5c3bf3f50de7391433
refs/heads/master: 36a755cfc398fc50abc74055d4478c1b067dac55
6 changes: 3 additions & 3 deletions trunk/drivers/firewire/fw-cdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1386,12 +1386,12 @@ static int fw_device_op_release(struct inode *inode, struct file *file)
list_del(&client->link);
mutex_unlock(&client->device->client_list_mutex);

if (client->buffer.pages)
fw_iso_buffer_destroy(&client->buffer, client->device->card);

if (client->iso_context)
fw_iso_context_destroy(client->iso_context);

if (client->buffer.pages)
fw_iso_buffer_destroy(&client->buffer, client->device->card);

/* Freeze client->resource_idr and client->event_list */
spin_lock_irq(&client->lock);
client->in_shutdown = true;
Expand Down

0 comments on commit 7749652

Please sign in to comment.