[PATCH 2/8] soundwire: intel: transition to sdw_master_device/driver support

Greg KH gregkh at linuxfoundation.org
Fri Feb 28 08:34:16 CET 2020


On Thu, Feb 27, 2020 at 04:32:00PM -0600, Pierre-Louis Bossart wrote:
> +static struct sdw_master_driver intel_sdw_driver = {
> +	.driver = {
> +		.name = "intel-master",
> +		.owner = THIS_MODULE,

Nit, setting .owner isn't needed anymore, as the core code handles this
for you, right?

thanks,

greg k-h


More information about the Alsa-devel mailing list