mirror of https://github.com/torvalds/linux.git
Return 0 instead of -EINVAL if function ccu_pll_recalc_rate() fails to
get correct rate entry. Follow .recalc_rate callback documentation
as mentioned in include/linux/clk-provider.h for error return value.
Signed-off-by: Akhilesh Patil <akhilesh@ee.iitb.ac.in>
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| ccu-k1.c | ||
| ccu_common.h | ||
| ccu_ddn.c | ||
| ccu_ddn.h | ||
| ccu_mix.c | ||
| ccu_mix.h | ||
| ccu_pll.c | ||
| ccu_pll.h | ||