Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75273
b: refs/heads/master
c: 9118334
h: refs/heads/master
i:
  75271: 976d20c
v: v3
  • Loading branch information
Dave Dillow authored and James Bottomley committed Jan 4, 2008
1 parent ad00f06 commit caf9d2f
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: 439f61b9f9ebbf84fb7e6b3539fc3794e046bbb9
refs/heads/master: 911833440b498e3e4fe2f12c1ae2bd44400c7004
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/scsi_transport_srp.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ EXPORT_SYMBOL_GPL(srp_rport_del);

static int do_srp_rport_del(struct device *dev, void *data)
{
srp_rport_del(dev_to_rport(dev));
if (scsi_is_srp_rport(dev))
srp_rport_del(dev_to_rport(dev));
return 0;
}

Expand Down

0 comments on commit caf9d2f

Please sign in to comment.