Re: [PATCH] ARM: davinci: clock: Correct return values for API functions

2015-09-22 Thread Sekhar Nori
On Monday 14 September 2015 02:59 PM, Peter Ujfalusi wrote: > Fix the values returned by the publicly used functions. > These function should return 0 when they are called with clk == NULL in > similar manner as the clock API does to avoid different behavior in drivers > used by daVinci and other

Re: [PATCH] ARM: davinci: clock: Correct return values for API functions

2015-09-22 Thread Sekhar Nori
On Monday 14 September 2015 02:59 PM, Peter Ujfalusi wrote: > Fix the values returned by the publicly used functions. > These function should return 0 when they are called with clk == NULL in > similar manner as the clock API does to avoid different behavior in drivers > used by daVinci and other

[PATCH] ARM: davinci: clock: Correct return values for API functions

2015-09-14 Thread Peter Ujfalusi
Fix the values returned by the publicly used functions. These function should return 0 when they are called with clk == NULL in similar manner as the clock API does to avoid different behavior in drivers used by daVinci and other architectures. Signed-off-by: Peter Ujfalusi --- Hi Sekhar, This

[PATCH] ARM: davinci: clock: Correct return values for API functions

2015-09-14 Thread Peter Ujfalusi
Fix the values returned by the publicly used functions. These function should return 0 when they are called with clk == NULL in similar manner as the clock API does to avoid different behavior in drivers used by daVinci and other architectures. Signed-off-by: Peter Ujfalusi