fw_remove_unit_children
static int fw_remove_unit_children(struct firewire_comm *, struct fw_device *);
if (fw_remove_unit_children(fc, fwdev) == 0)
if (fw_remove_unit_children(fc, fwdev) != 0)
fw_remove_unit_children(fc, fwdev);