Skip to content
Commit 20802224 authored by Stefan Richter's avatar Stefan Richter
Browse files

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: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 872e330e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment