summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-04-27 13:53:37 +0200
committerTakashi Iwai <tiwai@suse.de>2009-04-27 13:53:37 +0200
commit150b150000049b347c1d5229e1b3275dcc1f519c (patch)
tree41331e095697e063ae83bb3fbacb421bbc396b1e
parent35340bdba7cbe6718c68208e2372a8ccd1f1c7c0 (diff)
parent395a434e39cb6dc6e1ff53bb43722b534a3c68d6 (diff)
Merge branch 'fix/misc' into for-next
-rw-r--r--sound/pci/cmipci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cmipci.c b/sound/pci/cmipci.c
index c7899c32aba1..449fe02f666e 100644
--- a/sound/pci/cmipci.c
+++ b/sound/pci/cmipci.c
@@ -3014,7 +3014,7 @@ static int __devinit snd_cmipci_create(struct snd_card *card, struct pci_dev *pc
.dev_free = snd_cmipci_dev_free,
};
unsigned int val;
- long iomidi;
+ long iomidi = 0;
int integrated_midi = 0;
char modelstr[16];
int pcm_index, pcm_spdif_index;