mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +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…
Add table
Reference in a new issue