mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-20 13:48:57 +07:00
Staging: hv: vmbus: Directly invoke the channel callback
Now, directly invoke the channel callback. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Abhishek Kane <v-abkane@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
7259d82321
commit
df452fa120
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user