summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/channel_mgmt.c
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2011-09-08 07:24:12 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-09 13:45:38 -0700
commitf2c73011117f6b45dea01f5450285405b5e88efb (patch)
treeff91c95bca1f31dc3a5a1c2c621d3aae85cb784f /drivers/staging/hv/channel_mgmt.c
parent170786474a6e6005f865327960da1f534b67ee84 (diff)
downloadop-kernel-dev-f2c73011117f6b45dea01f5450285405b5e88efb.zip
op-kernel-dev-f2c73011117f6b45dea01f5450285405b5e88efb.tar.gz
Staging: hv: vmbus: Rename vmbus_child_device_create
The vmbus devices are NOT child devices; rename vmbus_child_device_create to reflect this. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/channel_mgmt.c')
-rw-r--r--drivers/staging/hv/channel_mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/channel_mgmt.c b/drivers/staging/hv/channel_mgmt.c
index 11beb41c..f99b944 100644
--- a/drivers/staging/hv/channel_mgmt.c
+++ b/drivers/staging/hv/channel_mgmt.c
@@ -383,7 +383,7 @@ static void vmbus_process_offer(struct work_struct *work)
* We need to set the DeviceObject field before calling
* vmbus_child_dev_add()
*/
- newchannel->device_obj = vmbus_child_device_create(
+ newchannel->device_obj = vmbus_device_create(
&newchannel->offermsg.offer.if_type,
&newchannel->offermsg.offer.if_instance,
newchannel);
OpenPOWER on IntegriCloud