diff options
| author | Kuninori Morimoto <[email protected]> | 2018-01-29 02:41:43 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2018-02-12 11:45:09 +0000 |
| commit | 56b03b4c4f5e8e1a44328b2df75bfb31fc4c3609 (patch) | |
| tree | 57cf84504796c36c30b096bb50bb647e8884febf /sound/soc/intel/skylake/skl-debug.c | |
| parent | ASoC: intel: atom: replace platform to component (diff) | |
| download | kernel-56b03b4c4f5e8e1a44328b2df75bfb31fc4c3609.tar.gz kernel-56b03b4c4f5e8e1a44328b2df75bfb31fc4c3609.zip | |
ASoC: intel: skylake: replace platform to component
Now platform can be replaced to component, let's do it.
Signed-off-by: Kuninori Morimoto <[email protected]>
Tested-by: "Kp, Jeeja" <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'sound/soc/intel/skylake/skl-debug.c')
| -rw-r--r-- | sound/soc/intel/skylake/skl-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl-debug.c b/sound/soc/intel/skylake/skl-debug.c index dc20d91f62e6..a016455a6ddb 100644 --- a/sound/soc/intel/skylake/skl-debug.c +++ b/sound/soc/intel/skylake/skl-debug.c @@ -231,7 +231,7 @@ struct skl_debug *skl_debugfs_init(struct skl *skl) /* create the debugfs dir with platform component's debugfs as parent */ d->fs = debugfs_create_dir("dsp", - skl->platform->component.debugfs_root); + skl->component->debugfs_root); if (IS_ERR(d->fs) || !d->fs) { dev_err(&skl->pci->dev, "debugfs root creation failed\n"); return NULL; |
