Re: [PATCH v4] clk: Show correct information when fail to set clock rate

2015-05-15 Thread Stephen Boyd
On 05/15, Sylwester Nawrocki wrote: > On 15/05/15 03:16, Stephen Boyd wrote: > > On 04/27, Chanwoo Choi wrote: > >> > This patch shows the correct information for debugging when fail to set > >> > clock > >> > rate because original error message shows the error value instead of > >> > current > >

Re: [PATCH v4] clk: Show correct information when fail to set clock rate

2015-05-15 Thread Sylwester Nawrocki
On 15/05/15 03:16, Stephen Boyd wrote: > On 04/27, Chanwoo Choi wrote: >> > This patch shows the correct information for debugging when fail to set >> > clock >> > rate because original error message shows the error value instead of >> > current >> > clock rate. >> > >> > Cc: Mike Turquette >>

Re: [PATCH v4] clk: Show correct information when fail to set clock rate

2015-05-14 Thread Stephen Boyd
On 04/27, Chanwoo Choi wrote: > This patch shows the correct information for debugging when fail to set clock > rate because original error message shows the error value instead of current > clock rate. > > Cc: Mike Turquette > Cc: Stephen Boyd > Cc: Sylwester Nawrocki > Signed-off-by: Chanwoo