Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249474
b: refs/heads/master
c: 0f0cdc6
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 26d01db commit adc62b1
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: 5f61ec34d2c1b9a4802feccef4d30938d6f01090
refs/heads/master: 0f0cdc6af658cf2e567ad404d30296a912b4af41
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 @@ -40,7 +40,7 @@
#include "channel.h"


static const char *g_driver_name = "storvsc";
static const char *driver_name = "storvsc";

/* {ba6163d9-04a1-4d29-b605-72e2ffb1dc7f} */
static const struct hv_guid gStorVscDeviceType = {
Expand Down Expand Up @@ -91,7 +91,7 @@ static int stor_vsc_initialize(struct hv_driver *driver)

/* Make sure we are at least 2 pages since 1 page is used for control */

driver->name = g_driver_name;
driver->name = driver_name;
memcpy(&driver->dev_type, &gStorVscDeviceType,
sizeof(struct hv_guid));

Expand Down

0 comments on commit adc62b1

Please sign in to comment.