Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df452fa1 authored by K. Y. Srinivasan's avatar K. Y. Srinivasan Committed by Greg Kroah-Hartman
Browse files

Staging: hv: vmbus: Directly invoke the channel callback



Now, directly invoke the channel callback.

Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarAbhishek Kane <v-abkane@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 7259d823
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ static void process_chn_event(u32 relid)
	channel = relid2channel(relid);

	if (channel) {
		vmbus_onchannel_event(channel);
		channel->onchannel_callback(channel->channel_callback_context);
	} else {
		pr_err("channel not found for relid - %u\n", relid);
	}