[PATCH v4 02/10] mei: late_bind: add late binding component driver

Greg KH gregkh at linuxfoundation.org
Sat Jun 28 12:19:43 UTC 2025


On Wed, Jun 25, 2025 at 10:30:07PM +0530, Badal Nilawar wrote:
> +/**
> + * struct late_bind_component_ops - ops for Late Binding services.
> + * @owner: Module providing the ops
> + * @push_config: Sends a config to FW.
> + */
> +struct late_bind_component_ops {
> +	struct module *owner;

I don't think you ever set this field, so why is it here?

Or did I miss it somewhere?

thanks,

greg k-h


More information about the Intel-xe mailing list