Re: [PATCH] clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call

2018-10-17 Thread Heiko Stuebner
Am Dienstag, 16. Oktober 2018, 15:41:44 CEST schrieb Enric Balletbo i Serra: > Fixes the signedness bug returning '(-22)' on the return type by removing the > sanity checker in rockchip_ddrclk_get_parent(). The function should return > and unsigned value only and it's safe to remove the sanity chec

Re: [PATCH] clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call

2018-10-16 Thread Stephen Boyd
Quoting Enric Balletbo i Serra (2018-10-16 06:41:44) > Fixes the signedness bug returning '(-22)' on the return type by removing the > sanity checker in rockchip_ddrclk_get_parent(). The function should return > and unsigned value only and it's safe to remove the sanity checker as the > core functi

[PATCH] clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call

2018-10-16 Thread Enric Balletbo i Serra
Fixes the signedness bug returning '(-22)' on the return type by removing the sanity checker in rockchip_ddrclk_get_parent(). The function should return and unsigned value only and it's safe to remove the sanity checker as the core functions that call get_parent like clk_core_get_parent_by_index al