aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-transaction.c
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2008-12-14 13:21:31 -0500
committerStefan Richter <stefanr@s5r6.in-berlin.de>2009-03-24 15:56:39 -0400
commit44be21b63e0c551df21253540b7f216f0d18928e (patch)
tree3ebabb3763d54537ccfc14262690996a4161cfa0 /drivers/firewire/fw-transaction.c
parent3e0b5f0d7cb5fef402517e41eebff5a0f0e65a13 (diff)
firewire: core: remove outdated comment
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/fw-transaction.c')
-rw-r--r--drivers/firewire/fw-transaction.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/firewire/fw-transaction.c b/drivers/firewire/fw-transaction.c
index 12a6cdcb4475..024d1f5537c5 100644
--- a/drivers/firewire/fw-transaction.c
+++ b/drivers/firewire/fw-transaction.c
@@ -502,12 +502,7 @@ fw_core_add_address_handler(struct fw_address_handler *handler,
502EXPORT_SYMBOL(fw_core_add_address_handler); 502EXPORT_SYMBOL(fw_core_add_address_handler);
503 503
504/** 504/**
505 * Deallocate a range of addresses allocated with fw_allocate. This 505 * fw_core_remove_address_handler - unregister an address handler
506 * will call the associated callback one last time with a the special
507 * tcode TCODE_DEALLOCATE, to let the client destroy the registered
508 * callback data. For convenience, the callback parameters offset and
509 * length are set to the start and the length respectively for the
510 * deallocated region, payload is set to NULL.
511 */ 506 */
512void fw_core_remove_address_handler(struct fw_address_handler *handler) 507void fw_core_remove_address_handler(struct fw_address_handler *handler)
513{ 508{