summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/at91/at91rm9200-i2s.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/at91/at91rm9200-i2s.c b/sound/soc/at91/at91rm9200-i2s.c
index a74c5d85589b..044a774b4301 100644
--- a/sound/soc/at91/at91rm9200-i2s.c
+++ b/sound/soc/at91/at91rm9200-i2s.c
@@ -270,8 +270,7 @@ static struct at91rm9200_ssc_info {
};
-static int at91rm9200_i2s_interrupt(int irq, void *dev_id,
- struct pt_regs *regs)
+static irqreturn_t at91rm9200_i2s_interrupt(int irq, void *dev_id)
{
struct at91rm9200_ssc_info *ssc_p = dev_id;
at91rm9200_pcm_dma_params_t *dma_params;