Re: [PATCH 3/3] soundwire: intel: add debugfs register dump

From: Greg KH
Date: Sat Aug 10 2019 - 03:03:47 EST


On Fri, Aug 09, 2019 at 05:43:41PM -0500, Pierre-Louis Bossart wrote:
> @@ -885,6 +996,8 @@ static int intel_probe(struct platform_device *pdev)
> goto err_dai;
> }
>
> + intel_debugfs_init(sdw);

See, make patch 1/3 work the same like this. It's much cleaner.

thanks,

greg k-h