Re: [PATCH v3 10/30] drivers: hv: dxgkrnl: Creation of compute device sync objects

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Mar 01, 2022 at 11:45:57AM -0800, Iouri Tarassov wrote:
[...]
> +void dxgadapter_remove_syncobj(struct dxgsyncobject *object)
> +{
> +	down_write(&object->adapter->shared_resource_list_lock);
> +	if (object->syncobj_list_entry.next) {
> +		list_del(&object->syncobj_list_entry);
> +		object->syncobj_list_entry.next = NULL;
> +	}

Just use list_del here.

Thanks,
Wei.



[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux