Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19140
b: refs/heads/master
c: 23f236e
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and James Bottomley committed Jan 31, 2006
1 parent 6cb4579 commit de4ae0d
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: 9f63bb73eb52df43f46ce2284759709fc40f4f52
refs/heads/master: 23f236ed2748fca0bcba304f4f9e3eacda51e91c
3 changes: 1 addition & 2 deletions trunk/drivers/message/fusion/mptsas.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,8 @@ mptsas_slave_alloc(struct scsi_device *sdev)
}
mutex_unlock(&hd->ioc->sas_topology_mutex);

printk("No matching SAS device found!!\n");
kfree(vdev);
return -ENODEV;
return -ENXIO;

out:
vtarget->ioc_id = vdev->ioc_id;
Expand Down

0 comments on commit de4ae0d

Please sign in to comment.