Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267955
b: refs/heads/master
c: 8e85468
h: refs/heads/master
i:
  267953: c53bac3
  267951: 7f1ddb0
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 25, 2011
1 parent 6f431c2 commit 0c5ae2a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f3b741658c983a2a7abc5d22a5dc60b503f6cbc3
refs/heads/master: 8e854680b57440a8bbfdaae05534b010060f7966
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ static int storvsc_probe(struct hv_device *device)
if (ret != 0) {
kmem_cache_destroy(host_dev->request_pool);
scsi_host_put(host);
return -1;
return -ENODEV;
}

host_dev->path = device_info.path_id;
Expand All @@ -706,7 +706,7 @@ static int storvsc_probe(struct hv_device *device)

kmem_cache_destroy(host_dev->request_pool);
scsi_host_put(host);
return -1;
return -ENODEV;
}

scsi_scan_host(host);
Expand Down

0 comments on commit 0c5ae2a

Please sign in to comment.