Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267949
b: refs/heads/master
c: 5260e29
h: refs/heads/master
i:
  267947: 7459b08
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 25, 2011
1 parent 025bfc5 commit fb1fd62
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: d225d36b13927defee0f5d51ade9987bb617d465
refs/heads/master: 5260e291ff116ff1db14166a778fcab3f5932bc8
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/storvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static int storvsc_channel_init(struct hv_device *device)

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

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

0 comments on commit fb1fd62

Please sign in to comment.