Commit 9b0b0ab5 authored by Steve Kinneberg's avatar Steve Kinneberg Committed by Ben Collins

IEEE1394(r1125): Set host field of hpsb_address_serve struct when registering address spaces.

parent 664cc72a
......@@ -372,6 +372,7 @@ u64 hpsb_allocate_and_register_addrspace(struct hpsb_highlevel *hl,
INIT_LIST_HEAD(&as->host_list);
INIT_LIST_HEAD(&as->hl_list);
as->op = ops;
as->host = host;
write_lock_irqsave(&addr_space_lock, flags);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment