aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Vmbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/hv/Vmbus.c')
-rw-r--r--drivers/staging/hv/Vmbus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/Vmbus.c b/drivers/staging/hv/Vmbus.c
index 56e8cbb07a7..58ed469c18c 100644
--- a/drivers/staging/hv/Vmbus.c
+++ b/drivers/staging/hv/Vmbus.c
@@ -231,8 +231,8 @@ Description:
231 231
232--*/ 232--*/
233 233
234struct hv_device *VmbusChildDeviceCreate(struct hv_guid DeviceType, 234struct hv_device *VmbusChildDeviceCreate(struct hv_guid *DeviceType,
235 struct hv_guid DeviceInstance, 235 struct hv_guid *DeviceInstance,
236 void *Context) 236 void *Context)
237{ 237{
238 VMBUS_DRIVER_OBJECT* vmbusDriver = (VMBUS_DRIVER_OBJECT*)gDriver; 238 VMBUS_DRIVER_OBJECT* vmbusDriver = (VMBUS_DRIVER_OBJECT*)gDriver;