Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267956
b: refs/heads/master
c: b06efc1
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 25, 2011
1 parent 0c5ae2a commit ca84cf9
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: 8e854680b57440a8bbfdaae05534b010060f7966
refs/heads/master: b06efc199f9b8cc49e47d441f837a2dbe4971e4e
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 @@ -740,7 +740,7 @@ static int __init storvsc_drv_init(void)

if (max_outstanding_req_per_channel <
STORVSC_MAX_IO_REQUESTS)
return -1;
return -EINVAL;

return vmbus_driver_register(&storvsc_drv);
}
Expand Down

0 comments on commit ca84cf9

Please sign in to comment.