Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87375
b: refs/heads/master
c: a2cdebe
h: refs/heads/master
i:
  87373: 02373cf
  87371: e582f91
  87367: 5e9cc3e
  87359: ffd985f
v: v3
  • Loading branch information
Stefan Richter committed Mar 13, 2008
1 parent 1522821 commit 4756aab
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 51f9dbef5be41f3ff6000c874741a3a357f9bad7
refs/heads/master: a2cdebe33f4c40a1bc7f66522303df89d5026cb4
3 changes: 2 additions & 1 deletion trunk/drivers/firewire/fw-topology.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <linux/module.h>
#include <linux/wait.h>
#include <linux/errno.h>
#include <asm/bug.h>
#include <asm/system.h>
#include "fw-transaction.h"
#include "fw-topology.h"
Expand Down Expand Up @@ -424,8 +425,8 @@ update_tree(struct fw_card *card, struct fw_node *root)
node1 = fw_node(list1.next);

while (&node0->link != &list0) {
WARN_ON(node0->port_count != node1->port_count);

/* assert(node0->port_count == node1->port_count); */
if (node0->link_on && !node1->link_on)
event = FW_NODE_LINK_OFF;
else if (!node0->link_on && node1->link_on)
Expand Down

0 comments on commit 4756aab

Please sign in to comment.