mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-10 14:50:14 +00:00
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 | ||