Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80949
b: refs/heads/master
c: cf5a56a
h: refs/heads/master
i:
  80947: 30eebd7
v: v3
  • Loading branch information
Stefan Richter committed Jan 30, 2008
1 parent f04da8b commit 1c1905e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5a8a1bcd15dfb9f177f3605fe6b9ba2bef2bf55a
refs/heads/master: cf5a56ac8083dd04ffe8b9b2ec7895e9bcff44bc
2 changes: 1 addition & 1 deletion trunk/drivers/firewire/fw-cdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,12 @@ fill_bus_reset_event(struct fw_cdev_event_bus_reset *event,

event->closure = client->bus_reset_closure;
event->type = FW_CDEV_EVENT_BUS_RESET;
event->generation = client->device->generation;
event->node_id = client->device->node_id;
event->local_node_id = card->local_node->node_id;
event->bm_node_id = 0; /* FIXME: We don't track the BM. */
event->irm_node_id = card->irm_node->node_id;
event->root_node_id = card->root_node->node_id;
event->generation = card->generation;
}

static void
Expand Down

0 comments on commit 1c1905e

Please sign in to comment.