mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
790437bbe0
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 |