firewire: core: fix topology map response handler
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Mon, 7 Sep 2009 23:13:53 +0000 (01:13 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 12 Sep 2009 12:48:40 +0000 (14:48 +0200)
commit85cb9b68640cf467a99d4b6d518f1293222dbc9e
tree02aca6e2bfc101b1ec9fa578701d5b01dc6bcd33
parentb171e204b32b69e241af994d6e9be559e33535c1
firewire: core: fix topology map response handler

This register is 1 kBytes large.  Adjust topology_map.length to prevent
registration of other response handlers in this region and to make sure
that we respond to requests to the upper half of the register.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/core-transaction.c