Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelv...
[pandora-kernel.git] / drivers / staging / hv / connection.c
index 1f4d668..f847707 100644 (file)
@@ -254,10 +254,10 @@ static void VmbusProcessChannelEvent(void *context)
        channel = GetChannelFromRelId(relId);
 
        if (channel) {
-               VmbusChannelOnChannelEvent(channel);
+               vmbus_onchannel_event(channel);
                /*
                 * WorkQueueQueueWorkItem(channel->dataWorkQueue,
-                *                        VmbusChannelOnChannelEvent,
+                *                        vmbus_onchannel_event,
                 *                        (void*)channel);
                 */
        } else {