Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264153
b: refs/heads/master
c: 24926da
h: refs/heads/master
i:
  264151: 1d5cfbb
v: v3
  • Loading branch information
Mark Salyzyn authored and James Bottomley committed Sep 22, 2011
1 parent 4af0e13 commit a78580a
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: d0efab26f89506387a1bde898556660e06d7eb15
refs/heads/master: 24926dadc41cc566e974022b0e66231b82c6375f
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libsas/sas_expander.c
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@ static int sas_find_bcast_dev(struct domain_device *dev,
list_for_each_entry(ch, &ex->children, siblings) {
if (ch->dev_type == EDGE_DEV || ch->dev_type == FANOUT_DEV) {
res = sas_find_bcast_dev(ch, src_dev);
if (src_dev)
if (*src_dev)
return res;
}
}
Expand Down

0 comments on commit a78580a

Please sign in to comment.