diff options
-rw-r--r-- | drivers/staging/most/sound/sound.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/most/sound/sound.c b/drivers/staging/most/sound/sound.c index c6986310518e..29a4c72e6357 100644 --- a/drivers/staging/most/sound/sound.c +++ b/drivers/staging/most/sound/sound.c @@ -631,8 +631,7 @@ static int audio_probe_channel(struct most_interface *iface, int channel_id, snprintf(adpt->card->shortname, sizeof(adpt->card->shortname), "Microchip INIC"); snprintf(adpt->card->longname, sizeof(adpt->card->longname), - "%s at %s, ch %d", adpt->card->shortname, iface->description, - channel_id); + "%s at %s", adpt->card->shortname, iface->description); skip_adpt_alloc: if (get_channel(iface, channel_id)) { pr_err("channel (%s:%d) is already linked\n", |