diff options
Diffstat (limited to 'sound/drivers/portman2x4.c')
-rw-r--r-- | sound/drivers/portman2x4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/drivers/portman2x4.c b/sound/drivers/portman2x4.c index 0eb9b5cebfcd..e065b2a6444a 100644 --- a/sound/drivers/portman2x4.c +++ b/sound/drivers/portman2x4.c | |||
@@ -611,7 +611,7 @@ static int __devinit snd_portman_rawmidi_create(struct snd_card *card) | |||
611 | /********************************************************************* | 611 | /********************************************************************* |
612 | * parport stuff | 612 | * parport stuff |
613 | *********************************************************************/ | 613 | *********************************************************************/ |
614 | static void snd_portman_interrupt(int irq, void *userdata) | 614 | static void snd_portman_interrupt(void *userdata) |
615 | { | 615 | { |
616 | unsigned char midivalue = 0; | 616 | unsigned char midivalue = 0; |
617 | struct portman *pm = ((struct snd_card*)userdata)->private_data; | 617 | struct portman *pm = ((struct snd_card*)userdata)->private_data; |