Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135995
b: refs/heads/master
c: c490a6d
h: refs/heads/master
i:
  135993: 9a20dfd
  135991: b3df8a2
v: v3
  • Loading branch information
Stefan Richter committed Mar 24, 2009
1 parent 49c3d4d commit b7a2214
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 44be21b63e0c551df21253540b7f216f0d18928e
refs/heads/master: c490a6dec6cc1b7f0eab56b9fbd565129b3dea2e
17 changes: 4 additions & 13 deletions trunk/drivers/firewire/fw-transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -955,19 +955,10 @@ static int __init fw_core_init(void)
return fw_cdev_major;
}

retval = fw_core_add_address_handler(&topology_map,
&topology_map_region);
BUG_ON(retval < 0);

retval = fw_core_add_address_handler(&registers,
&registers_region);
BUG_ON(retval < 0);

/* Add the vendor textual descriptor. */
retval = fw_core_add_descriptor(&vendor_id_descriptor);
BUG_ON(retval < 0);
retval = fw_core_add_descriptor(&model_id_descriptor);
BUG_ON(retval < 0);
fw_core_add_address_handler(&topology_map, &topology_map_region);
fw_core_add_address_handler(&registers, &registers_region);
fw_core_add_descriptor(&vendor_id_descriptor);
fw_core_add_descriptor(&model_id_descriptor);

return 0;
}
Expand Down

0 comments on commit b7a2214

Please sign in to comment.