mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-10 13:28:44 +00:00
Staging: hv: Channel.c: fix up compiler warning
In the series of ASSERT removals, somehow we ended up with a compiler warning in Channel.c. This patch fixes that up. Cc: Bill Pemberton <wfp5p@virginia.edu> Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
e8d5373d66
commit
e61fbe66cb
@ -376,7 +376,7 @@ static int VmbusChannelCreateGpadlHeader(void *Kbuffer, u32 Size,
|
||||
struct vmbus_channel_gpadl_header *gpaHeader;
|
||||
struct vmbus_channel_gpadl_body *gpadlBody;
|
||||
struct vmbus_channel_msginfo *msgHeader;
|
||||
struct vmbus_channel_msginfo *msgBody;
|
||||
struct vmbus_channel_msginfo *msgBody = NULL;
|
||||
u32 msgSize;
|
||||
|
||||
int pfnSum, pfnCount, pfnLeft, pfnCurr, pfnSize;
|
||||
|
Loading…
x
Reference in New Issue
Block a user