ASoC: simple-card-utils: share same dev_dbg() for Card Name
Let's share same debug message for Card Name Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:

committed by
Mark Brown

parent
0886225147
commit
d4dbcb63c8
@@ -246,8 +246,6 @@ static int asoc_simple_card_parse_of(struct device_node *node,
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
dev_dbg(dev, "New card: %s\n",
|
||||
card->name ? card->name : "");
|
||||
dev_dbg(dev, "convert_rate %d\n", priv->convert_rate);
|
||||
dev_dbg(dev, "convert_channels %d\n", priv->convert_channels);
|
||||
|
||||
|
Reference in New Issue
Block a user