mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
clk: meson: silence debug print
This debug print was not designed to be active in non-debug mode. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
19987c3908
commit
572aeb5338
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ static ulong meson_clk_get_rate_by_id(struct clk *clk, unsigned long id)
|
|||
return -ENOENT;
|
||||
}
|
||||
|
||||
printf("clock %lu has rate %lu\n", id, rate);
|
||||
debug("clock %lu has rate %lu\n", id, rate);
|
||||
return rate;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue