Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195600
b: refs/heads/master
c: 12fb8c1
h: refs/heads/master
v: v3
  • Loading branch information
Alan Stern authored and James Bottomley committed Apr 11, 2010
1 parent b3146f2 commit 4b77201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 1821438a9b6a8454281ec2e151014709f641d2d5
refs/heads/master: 12fb8c1574d7d0c262d2f4c667047889c4f27ebe
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/scsi_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,7 @@ static struct scsi_target *scsi_alloc_target(struct device *parent,
found_target->reap_ref++;
spin_unlock_irqrestore(shost->host_lock, flags);
if (found_target->state != STARGET_DEL) {
put_device(parent);
kfree(starget);
put_device(dev);
return found_target;
}
/* Unfortunately, we found a dying target; need to
Expand Down

0 comments on commit 4b77201

Please sign in to comment.