mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
The divider_round_rate() function is now deprecated, so let's migrate
to divider_determine_rate() instead so that this deprecated API can be
removed.
Note that when the main function itself was migrated to use
determine_rate, this was mistakenly converted to:
req->rate = divider_round_rate(...)
This is invalid in the case when an error occurs since it can set the
rate to a negative value.
Note that this commit also removes a debugging message that's not really
needed.
Fixes:
|
||
|---|---|---|
| .. | ||
| clk-cv18xx-common.c | ||
| clk-cv18xx-common.h | ||
| clk-cv18xx-ip.c | ||
| clk-cv18xx-ip.h | ||
| clk-cv18xx-pll.c | ||
| clk-cv18xx-pll.h | ||
| clk-cv1800.c | ||
| clk-cv1800.h | ||
| clk-sg2042-clkgen.c | ||
| clk-sg2042-pll.c | ||
| clk-sg2042-rpgate.c | ||
| clk-sg2042.h | ||
| clk-sg2044-pll.c | ||
| clk-sg2044.c | ||
| Kconfig | ||
| Makefile | ||