Skip to content

Commit

Permalink
[ALSA] Fix irq handler in soc/at91/at91rm9200-i2s.c
Browse files Browse the repository at this point in the history
Fixed the irq handler in soc/at91-at91rm9200-i2s.c to follow the
new style without pt_regs.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Feb 9, 2007
1 parent 9148cc5 commit 0f71e8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sound/soc/at91/at91rm9200-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0f71e8b

Please sign in to comment.