|
@@ -1228,7 +1228,8 @@ int probe_sbmpu(struct address_info *hw_config, struct module *owner)
|
|
}
|
|
}
|
|
attach_mpu401(hw_config, owner);
|
|
attach_mpu401(hw_config, owner);
|
|
if (last_sb->irq == -hw_config->irq)
|
|
if (last_sb->irq == -hw_config->irq)
|
|
- last_sb->midi_irq_cookie=(void *)hw_config->slots[1];
|
|
|
|
|
|
+ last_sb->midi_irq_cookie =
|
|
|
|
+ (void *)(long) hw_config->slots[1];
|
|
return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|