mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-24 13:09:58 +01:00
clk->id is unsigned, so it can't be < 0. Remove the check for that.
FWIW, this issue was introduced when the clock API converted e.g.
clk_get_rate()'s clock ID parameter from an int to an unsigned long
(with a struct clk), without removing this check.
Fixes:
|
||
|---|---|---|
| .. | ||
| exynos | ||
| uniphier | ||
| clk-uclass.c | ||
| clk_fixed_rate.c | ||
| clk_pic32.c | ||
| clk_rk3036.c | ||
| clk_rk3288.c | ||
| clk_sandbox.c | ||
| clk_sandbox_test.c | ||
| Kconfig | ||
| Makefile | ||