Re: [PATCH 1/4] time : pass broadcast parameter

2013-02-26 Thread Santosh Shilimkar
On Wednesday 27 February 2013 03:47 AM, Daniel Lezcano wrote: The broadcast timer could be passed as parameter to the function instead of using again tick_broadcast_device.evtdev which was previously used in the caller function. Signed-off-by: Daniel Lezcano --- The change doesn't buy us as

[PATCH 1/4] time : pass broadcast parameter

2013-02-26 Thread Daniel Lezcano
The broadcast timer could be passed as parameter to the function instead of using again tick_broadcast_device.evtdev which was previously used in the caller function. Signed-off-by: Daniel Lezcano --- kernel/time/tick-broadcast.c | 11 +-- 1 file changed, 5 insertions(+), 6

[PATCH 1/4] time : pass broadcast parameter

2013-02-26 Thread Daniel Lezcano
The broadcast timer could be passed as parameter to the function instead of using again tick_broadcast_device.evtdev which was previously used in the caller function. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- kernel/time/tick-broadcast.c | 11 +-- 1 file changed, 5

Re: [PATCH 1/4] time : pass broadcast parameter

2013-02-26 Thread Santosh Shilimkar
On Wednesday 27 February 2013 03:47 AM, Daniel Lezcano wrote: The broadcast timer could be passed as parameter to the function instead of using again tick_broadcast_device.evtdev which was previously used in the caller function. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- The