From: Takashi Iwai Date: Tue, 10 Oct 2006 13:59:46 +0000 (+0200) Subject: [ALSA] Fix irq handler in soc/at91/at91rm9200-i2s.c X-Git-Tag: v3.12-rc1~31512^2~62^2~178 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f71e8b98506252db22a0c4fcfecb0aadcf393cc;p=kernel%2Fkernel-generic.git [ALSA] Fix irq handler in soc/at91/at91rm9200-i2s.c Fixed the irq handler in soc/at91-at91rm9200-i2s.c to follow the new style without pt_regs. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/soc/at91/at91rm9200-i2s.c b/sound/soc/at91/at91rm9200-i2s.c index a74c5d8..044a774 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;