From: Stefan Richter Date: Sat, 12 Jul 2008 12:51:18 +0000 (+0200) Subject: firewire: warn on unfinished transactions during card removal X-Git-Tag: v2.6.27-rc1~54^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e8afea124added6409d5209f90d9949f5a13b32;p=pandora-kernel.git 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 --- Reading git-diff-tree failed