From: Jay Fenlason Date: Sat, 29 Nov 2008 16:44:57 +0000 (+0100) Subject: firewire: improve refcounting of fw_card X-Git-Tag: v2.6.29-rc1~187^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fa1986f3a6c385b3bca0b6a051c30e548bda30d;p=pandora-kernel.git firewire: improve refcounting of fw_card Take a reference to the card whenever fw_card_bm_work() is scheduled on that card and release it when the work is done. This allows us to remove the cancel_delayed_work_sync() in fw_core_remove_card(). Signed-off-by: Jay Fenlason Signed-off-by: Stefan Richter (patch update) --- Reading git-diff-tree failed