mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 12:21:37 +00:00
Staging: hv: storvsc: call vmbus_sendpacket_multipagebuffer directly
Don't do the interface indirection, it's not needed at all. Cc: Haiyang Zhang <haiyangz@microsoft.com> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
4cb106faf1
commit
51255071af
@ -735,8 +735,7 @@ static int StorVscOnIORequest(struct hv_device *Device,
|
||||
vstorPacket->VmSrb.CdbLength);
|
||||
|
||||
if (requestExtension->Request->DataBuffer.Length) {
|
||||
ret = Device->Driver->VmbusChannelInterface.
|
||||
SendPacketMultiPageBuffer(Device,
|
||||
ret = vmbus_sendpacket_multipagebuffer(Device->channel,
|
||||
&requestExtension->Request->DataBuffer,
|
||||
vstorPacket,
|
||||
sizeof(struct vstor_packet),
|
||||
|
Loading…
Reference in New Issue
Block a user