commit | 099d54143e49d49c33cd25779ca725191df59b73 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sat Jun 06 18:37:25 2009 +0200 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sat Jun 06 21:45:50 2009 +0200 |
tree | 8237acfc84aa5057ce8c98b1301b6d54cf056ba0 | |
parent | e034d242593f12533c11742ce38c245a33e57dc7 [diff] |
firewire: core: prepare for non-core children of card devices The IP-over-1394 driver will add child devices beneath card devices which are not of type fw_device. Hence firewire-core's callbacks in device_for_each_child() and device_find_child() need to check for the device type now. Initial version written by Jay Fenlason. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>