Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177956
b: refs/heads/master
c: f01f4e6
h: refs/heads/master
v: v3
  • Loading branch information
jack wang authored and James Bottomley committed Dec 10, 2009
1 parent ebb686b commit ac43a29
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: 0330dba36127768a2e2df2eabb902b5530102871
refs/heads/master: f01f4e6a1cb343fc75dc580ec9203d9719f78f95
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/pm8001/pm8001_sas.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,11 +616,11 @@ static int pm8001_dev_found_notify(struct domain_device *dev)
spin_lock_irqsave(&pm8001_ha->lock, flags);

pm8001_device = pm8001_alloc_dev(pm8001_ha);
pm8001_device->sas_device = dev;
if (!pm8001_device) {
res = -1;
goto found_out;
}
pm8001_device->sas_device = dev;
dev->lldd_dev = pm8001_device;
pm8001_device->dev_type = dev->dev_type;
pm8001_device->dcompletion = &completion;
Expand Down

0 comments on commit ac43a29

Please sign in to comment.