Re: [PATCH v2 01/10] clk: Fix inconsistencies in usage of data types

2016-08-12 Thread Stephen Boyd
On 08/11, Rajendra Nayak wrote: > index is of type u8 in all places except in clk_hw_get_parent_by_index() > and return value of all round_rate functions is long except for > clk_hw_round_rate(). Make them consistent with the rest of the places > > Signed-off-by: Rajendra Nayak > --- > drivers/c

[PATCH v2 01/10] clk: Fix inconsistencies in usage of data types

2016-08-11 Thread Rajendra Nayak
index is of type u8 in all places except in clk_hw_get_parent_by_index() and return value of all round_rate functions is long except for clk_hw_round_rate(). Make them consistent with the rest of the places Signed-off-by: Rajendra Nayak --- drivers/clk/clk.c| 4 ++-- include/linux/cl