Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249451
b: refs/heads/master
c: 34d620d
h: refs/heads/master
i:
  249449: 70ac1d4
  249447: d4becd0
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 429a30d commit 5c16ba8
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: f6180e277e29457b98452fbd8de505b8fddf1bca
refs/heads/master: 34d620dad779b6c23b1e337742e7451dfa3dc47c
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/blkvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ MODULE_PARM_DESC(ring_size, "Ring buffer size (in bytes)");
*/
static int blkvsc_probe(struct hv_device *dev);

static int blk_vsc_on_device_add(struct hv_device *device,
static int blkvsc_device_add(struct hv_device *device,
void *additional_info)
{
struct storvsc_device_info *device_info;
Expand Down Expand Up @@ -197,7 +197,7 @@ static int blk_vsc_initialize(struct hv_driver *driver)
stor_driver->max_outstanding_req_per_channel);

/* Setup the dispatch table */
stor_driver->base.dev_add = blk_vsc_on_device_add;
stor_driver->base.dev_add = blkvsc_device_add;
stor_driver->base.dev_rm = stor_vsc_on_device_remove;
stor_driver->base.cleanup = stor_vsc_on_cleanup;
stor_driver->on_io_request = stor_vsc_on_io_request;
Expand Down

0 comments on commit 5c16ba8

Please sign in to comment.