Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43441
b: refs/heads/master
c: 1f72cf5
h: refs/heads/master
i:
  43439: 383c149
v: v3
  • Loading branch information
Stefan Richter committed Dec 7, 2006
1 parent 2f28a2a commit 3407bdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: bfe89d724527c8b1bb1b68b0da1d94907b094094
refs/heads/master: 1f72cf5251a8f806a8930ae2cd152aa79fd0de83
5 changes: 2 additions & 3 deletions trunk/drivers/ieee1394/nodemgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1600,9 +1600,8 @@ static void nodemgr_node_probe(struct host_info *hi, int generation)
* just removed. */

if (generation == get_hpsb_generation(host))
WARN_ON(bus_rescan_devices(&ieee1394_bus_type));

return;
if (bus_rescan_devices(&ieee1394_bus_type))
HPSB_DEBUG("bus_rescan_devices had an error");
}

static int nodemgr_send_resume_packet(struct hpsb_host *host)
Expand Down

0 comments on commit 3407bdd

Please sign in to comment.