Re: [PATCH v9 02/12] vfio: VFIO based driver for Mediated devices

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

 



>> +static void vfio_mdev_release(void *device_data)
>> +{
>> +	struct mdev_device *mdev = device_data;
>> +	struct parent_device *parent = mdev->parent;
>> +
>> +	if (parent->ops->release)
> 
> likely()
> 
>> +		parent->ops->release(mdev);
>> +
>> +	module_put(THIS_MODULE);
>> +}
>> +

Thanks for pointing that out. Fixing this in next set of patch.

Kirti
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux