Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267954
b: refs/heads/master
c: f3b7416
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 25, 2011
1 parent c53bac3 commit 6f431c2
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: 1920da8801284c954e6edb8156a84fa9ce041128
refs/heads/master: f3b741658c983a2a7abc5d22a5dc60b503f6cbc3
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ static int storvsc_host_reset(struct hv_device *device)

stor_device = get_stor_device(device);
if (!stor_device)
return -1;
return -ENODEV;

request = &stor_device->reset_request;
vstor_packet = &request->vstor_packet;
Expand Down

0 comments on commit 6f431c2

Please sign in to comment.