From: Stefan Richter Date: Sun, 1 Aug 2010 10:23:14 +0000 (+0200) Subject: firewire: core: add forgotten dummy driver methods, remove unused ones X-Git-Tag: v2.6.36-rc1~490^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20802224298ce9dfd99a7e26b675fc0c8ae26cac;p=pandora-kernel.git firewire: core: add forgotten dummy driver methods, remove unused ones There is an at least theoretic race condition in which .start_iso etc. could still be called between when the dummy driver is bound to the card and when the children devices are being shut down. Add dummy_start_iso and friends. On the other hand, .enable, .set_config_rom, .read_csr, write_csr do not need to be implemented by the dummy driver, as commented. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed