forked from mirrors/linux
The divider_ro_round_rate() function could potentially return -EINVAL on
error but the error handling doesn't work because "rate" is unsigned.
It should be a type long.
Fixes:
|
||
|---|---|---|
| .. | ||
| clk-stm32-core.c | ||
| clk-stm32-core.h | ||
| clk-stm32mp13.c | ||
| Makefile | ||
| reset-stm32.c | ||
| reset-stm32.h | ||
| stm32mp13_rcc.h | ||