diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-11 06:17:15 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-11 06:17:15 -0400 |
commit | c34c0d7684b8b79666da6b1bc37fc330cd0dd216 (patch) | |
tree | c2bc72d67862df770af45a88814759baa0744d2c /sound/isa | |
parent | 29dc5dd229dc3130b51df0932e59946fc09d3bd4 (diff) | |
parent | 4345adf92db760ca1a54061ce284aaa2e7d0791e (diff) |
Merge remote-tracking branch 'asoc/fix/fsl' into asoc-linus
Diffstat (limited to 'sound/isa')
-rw-r--r-- | sound/isa/gus/interwave.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/isa/gus/interwave.c b/sound/isa/gus/interwave.c index 9942691cc0ca..afef0d738078 100644 --- a/sound/isa/gus/interwave.c +++ b/sound/isa/gus/interwave.c | |||
@@ -443,8 +443,7 @@ static void snd_interwave_detect_memory(struct snd_gus_card *gus) | |||
443 | for (i = 0; i < 8; ++i) | 443 | for (i = 0; i < 8; ++i) |
444 | iwave[i] = snd_gf1_peek(gus, bank_pos + i); | 444 | iwave[i] = snd_gf1_peek(gus, bank_pos + i); |
445 | #ifdef CONFIG_SND_DEBUG_ROM | 445 | #ifdef CONFIG_SND_DEBUG_ROM |
446 | printk(KERN_DEBUG "ROM at 0x%06x = %*phC\n", bank_pos, | 446 | printk(KERN_DEBUG "ROM at 0x%06x = %8phC\n", bank_pos, iwave); |
447 | 8, iwave); | ||
448 | #endif | 447 | #endif |
449 | if (strncmp(iwave, "INTRWAVE", 8)) | 448 | if (strncmp(iwave, "INTRWAVE", 8)) |
450 | continue; /* first check */ | 449 | continue; /* first check */ |