ASoC: Intel: Skylake: Modify the log level

dev_info is too noisy for tplg wiget loading, so move it to
debug level

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Vinod Koul 2015-10-07 16:39:38 +01:00 коммит произвёл Mark Brown
Родитель 87b2bdf022
Коммит 3373f71683
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1178,7 +1178,7 @@ static int skl_tplg_widget_load(struct snd_soc_component *cmpnt,
bind_event:
if (tplg_w->event_type == 0) {
dev_info(bus->dev, "ASoC: No event handler required\n");
dev_dbg(bus->dev, "ASoC: No event handler required\n");
return 0;
}