commit | 1e8afea124added6409d5209f90d9949f5a13b32 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sat Jul 12 14:51:18 2008 +0200 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Mon Jul 14 13:06:04 2008 +0200 |
tree | 21acef703f0816768f15b9d31c122feb1561f3a0 | |
parent | b9549bc6803d6a16fe6a85b316b742ef82bd3931 [diff] |
firewire: warn on unfinished transactions during card removal After card->done and card->work are completed, any remaining pending request would be a bug. We cannot safely complete a transaction at that point anymore. IOW card users must not drop their last fw_card reference (usually indirect references through fw_device references) before their last outbound transaction through that card was finished. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>