diff options
-rw-r--r-- | sound/isa/cs423x/cs4236.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/isa/cs423x/cs4236.c b/sound/isa/cs423x/cs4236.c index e745a54e00a1..39f4eff44f5c 100644 --- a/sound/isa/cs423x/cs4236.c +++ b/sound/isa/cs423x/cs4236.c | |||
@@ -349,8 +349,7 @@ static int __devinit snd_card_cs4236_pnp(int dev, struct snd_card_cs4236 *acard, | |||
349 | pnp_init_resource_table(cfg); | 349 | pnp_init_resource_table(cfg); |
350 | if (mpu_port[dev] != SNDRV_AUTO_PORT) | 350 | if (mpu_port[dev] != SNDRV_AUTO_PORT) |
351 | pnp_resource_change(&cfg->port_resource[0], mpu_port[dev], 2); | 351 | pnp_resource_change(&cfg->port_resource[0], mpu_port[dev], 2); |
352 | if (mpu_irq[dev] != SNDRV_AUTO_IRQ && mpu_irq[dev] >= 0 && | 352 | if (mpu_irq[dev] != SNDRV_AUTO_IRQ && mpu_irq[dev] >= 0) |
353 | pnp_irq_valid(pdev, 0)) | ||
354 | pnp_resource_change(&cfg->irq_resource[0], mpu_irq[dev], 1); | 353 | pnp_resource_change(&cfg->irq_resource[0], mpu_irq[dev], 1); |
355 | err = pnp_manual_config_dev(pdev, cfg, 0); | 354 | err = pnp_manual_config_dev(pdev, cfg, 0); |
356 | if (err < 0) | 355 | if (err < 0) |