diff options
Diffstat (limited to 'drivers/media/video/cx25821/cx25821-audio-upstream.c')
-rw-r--r-- | drivers/media/video/cx25821/cx25821-audio-upstream.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/cx25821/cx25821-audio-upstream.c b/drivers/media/video/cx25821/cx25821-audio-upstream.c index 20c7ca3351a8..8b2a99975c23 100644 --- a/drivers/media/video/cx25821/cx25821-audio-upstream.c +++ b/drivers/media/video/cx25821/cx25821-audio-upstream.c | |||
@@ -585,7 +585,7 @@ int cx25821_audio_upstream_irq(struct cx25821_dev *dev, int chan_num, | |||
585 | static irqreturn_t cx25821_upstream_irq_audio(int irq, void *dev_id) | 585 | static irqreturn_t cx25821_upstream_irq_audio(int irq, void *dev_id) |
586 | { | 586 | { |
587 | struct cx25821_dev *dev = dev_id; | 587 | struct cx25821_dev *dev = dev_id; |
588 | u32 msk_stat, audio_status; | 588 | u32 audio_status; |
589 | int handled = 0; | 589 | int handled = 0; |
590 | struct sram_channel *sram_ch; | 590 | struct sram_channel *sram_ch; |
591 | 591 | ||
@@ -594,7 +594,6 @@ static irqreturn_t cx25821_upstream_irq_audio(int irq, void *dev_id) | |||
594 | 594 | ||
595 | sram_ch = dev->channels[dev->_audio_upstream_channel].sram_channels; | 595 | sram_ch = dev->channels[dev->_audio_upstream_channel].sram_channels; |
596 | 596 | ||
597 | msk_stat = cx_read(sram_ch->int_mstat); | ||
598 | audio_status = cx_read(sram_ch->int_stat); | 597 | audio_status = cx_read(sram_ch->int_stat); |
599 | 598 | ||
600 | /* Only deal with our interrupt */ | 599 | /* Only deal with our interrupt */ |