Skip to content

Commit ea708f9

Browse files
Iouri Tarassovchessturo
authored andcommitted
drivers: hv: dxgkrnl: Removed struct vmbus_gpadl, which was defined in the main linux branch
Signed-off-by: Iouri Tarassov <iourit@linux.microsoft.com> [kms: forward port to 6.6 from 6.1. No code changes made.] Signed-off-by: Kelsey Steele <kelseysteele@microsoft.com>
1 parent 753ed3c commit ea708f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/hv/dxgkrnl/dxgadapter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ void dxgallocation_destroy(struct dxgallocation *alloc)
932932
vmbus_teardown_gpadl(dxgglobal_get_vmbus(), &alloc->gpadl);
933933
alloc->gpadl.gpadl_handle = 0;
934934
}
935-
else
935+
#else
936936
if (alloc->gpadl) {
937937
DXG_TRACE("Teardown gpadl %d", alloc->gpadl);
938938
vmbus_teardown_gpadl(dxgglobal_get_vmbus(), alloc->gpadl);

0 commit comments

Comments
 (0)