diff --git a/sound/soc/sof/intel/cnl.c b/sound/soc/sof/intel/cnl.c index 238031634875f6..f98e699f0d8631 100644 --- a/sound/soc/sof/intel/cnl.c +++ b/sound/soc/sof/intel/cnl.c @@ -53,7 +53,6 @@ static irqreturn_t cnl_ipc_irq_thread(int irq, void *context) return ret; hipcida = snd_sof_dsp_read(sdev, HDA_DSP_BAR, CNL_DSP_REG_HIPCIDA); - hipctdr = snd_sof_dsp_read(sdev, HDA_DSP_BAR, CNL_DSP_REG_HIPCTDR); /* reply message from DSP */ if (hipcida & CNL_DSP_REG_HIPCIDA_DONE) {