Skip to content

Commit daa64af

Browse files
committed
soundwire: bus: demote clock stop prepare log to dev_dbg()
There is no real reason to provide this information except for debug sessions, hence dev_dbg() is a better fit. Reported-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent caf57e8 commit daa64af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/soundwire/bus.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,8 +906,8 @@ static int sdw_bus_wait_for_clk_prep_deprep(struct sdw_bus *bus, u16 dev_num)
906906
return val;
907907
}
908908
if (!val) {
909-
dev_info(bus->dev, "clock stop prep/de-prep done slave:%d",
910-
dev_num);
909+
dev_dbg(bus->dev, "clock stop prep/de-prep done slave:%d",
910+
dev_num);
911911
return 0;
912912
}
913913

0 commit comments

Comments
 (0)