diff options
Diffstat (limited to 'sound/oss/mpu401.c')
-rw-r--r-- | sound/oss/mpu401.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/mpu401.c b/sound/oss/mpu401.c index e96220541971..2796c0ef985f 100644 --- a/sound/oss/mpu401.c +++ b/sound/oss/mpu401.c | |||
@@ -1023,7 +1023,7 @@ int attach_mpu401(struct address_info *hw_config, struct module *owner) | |||
1023 | devc->capabilities |= MPU_CAP_INTLG; /* Supports intelligent mode */ | 1023 | devc->capabilities |= MPU_CAP_INTLG; /* Supports intelligent mode */ |
1024 | 1024 | ||
1025 | 1025 | ||
1026 | mpu401_synth_operations[m] = (struct synth_operations *)kmalloc(sizeof(struct synth_operations), GFP_KERNEL); | 1026 | mpu401_synth_operations[m] = kmalloc(sizeof(struct synth_operations), GFP_KERNEL); |
1027 | 1027 | ||
1028 | if (mpu401_synth_operations[m] == NULL) | 1028 | if (mpu401_synth_operations[m] == NULL) |
1029 | { | 1029 | { |