diff options
| -rw-r--r-- | sound/soc/sof/debug.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sound/soc/sof/debug.c b/sound/soc/sof/debug.c index cf282c8b18af..884d85770426 100644 --- a/sound/soc/sof/debug.c +++ b/sound/soc/sof/debug.c @@ -311,8 +311,8 @@ EXPORT_SYMBOL_GPL(snd_sof_dbg_memory_info_init);  int snd_sof_dbg_init(struct snd_sof_dev *sdev)  { +	const struct snd_sof_dsp_ops *ops = sof_ops(sdev);  	struct snd_sof_pdata *plat_data = sdev->pdata; -	struct snd_sof_dsp_ops *ops = sof_ops(sdev);  	const struct snd_sof_debugfs_map *map;  	struct dentry *fw_profile;  	int i; | 
