aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/mpu401/mpu401_uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/drivers/mpu401/mpu401_uart.c')
-rw-r--r--sound/drivers/mpu401/mpu401_uart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/drivers/mpu401/mpu401_uart.c b/sound/drivers/mpu401/mpu401_uart.c
index 1cff331a228e..4608c2ca43f8 100644
--- a/sound/drivers/mpu401/mpu401_uart.c
+++ b/sound/drivers/mpu401/mpu401_uart.c
@@ -554,6 +554,7 @@ int snd_mpu401_uart_new(struct snd_card *card, int device,
554 spin_lock_init(&mpu->output_lock); 554 spin_lock_init(&mpu->output_lock);
555 spin_lock_init(&mpu->timer_lock); 555 spin_lock_init(&mpu->timer_lock);
556 mpu->hardware = hardware; 556 mpu->hardware = hardware;
557 mpu->irq = -1;
557 if (! (info_flags & MPU401_INFO_INTEGRATED)) { 558 if (! (info_flags & MPU401_INFO_INTEGRATED)) {
558 int res_size = hardware == MPU401_HW_PC98II ? 4 : 2; 559 int res_size = hardware == MPU401_HW_PC98II ? 4 : 2;
559 mpu->res = request_region(port, res_size, "MPU401 UART"); 560 mpu->res = request_region(port, res_size, "MPU401 UART");