Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64443
b: refs/heads/master
c: 8a2d9ed
h: refs/heads/master
i:
  64441: 2539c20
  64439: 820f029
v: v3
  • Loading branch information
Stefan Richter committed Aug 25, 2007
1 parent 91a583f commit 1c5e851
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: a2ee3f9bbb0ce57102dad8928d54f59acdc4b8f7
refs/heads/master: 8a2d9ed3210464d22fccb9834970629c1c36fa36
6 changes: 4 additions & 2 deletions trunk/drivers/firewire/fw-card.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,9 +510,11 @@ fw_core_remove_card(struct fw_card *card)
/* Set up the dummy driver. */
card->driver = &dummy_driver;

fw_flush_transactions(card);

fw_destroy_nodes(card);
flush_scheduled_work();

fw_flush_transactions(card);
del_timer_sync(&card->flush_timer);

fw_card_put(card);
}
Expand Down

0 comments on commit 1c5e851

Please sign in to comment.