mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 02:58:29 +00:00
Drop more useless casts from void * to pointer
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20221123133811.1398562-1-armbru@redhat.com>
This commit is contained in:
@@ -2104,7 +2104,7 @@ static void process_message(VMBus *vmbus)
|
||||
goto out;
|
||||
}
|
||||
msgdata = hv_msg->payload;
|
||||
msg = (struct vmbus_message_header *)msgdata;
|
||||
msg = msgdata;
|
||||
|
||||
trace_vmbus_process_incoming_message(msg->message_type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user