Skip to content

Commit

Permalink
Merge branch 'fix/misc' into for-linus
Browse files Browse the repository at this point in the history
* fix/misc:
  ALSA: cmi8330: fix MPU-401 PnP init copy&paste bug
  • Loading branch information
tiwai committed Jun 29, 2009
2 parents 0baddbc + c2a30d7 commit 7d489c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/isa/cmi8330.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ static int __devinit snd_cmi8330_pnp(int dev, struct snd_cmi8330 *acard,
return -EBUSY;

acard->mpu = pnp_request_card_device(card, id->devs[2].id, NULL);
if (acard->play == NULL)
if (acard->mpu == NULL)
return -EBUSY;

pdev = acard->cap;
Expand Down

0 comments on commit 7d489c4

Please sign in to comment.