Re: [PATCH 1/2] clocksource: zevio-timer: fix incorrect function definition so the correct function pointer is passed to CLOCKSOURCE_OF_DECLARE

2013-12-02 Thread Thomas Gleixner
On Mon, 2 Dec 2013, Jiri Kosina wrote: > On Mon, 25 Nov 2013, dt.ta...@gmail.com wrote: > > > From: Daniel Tang > > > > This really needs a proper changelog. Along with a proper subject line. Subject lines should give a quick scope of the patch. The detailed explanation has to be in the chang

Re: [PATCH 1/2] clocksource: zevio-timer: fix incorrect function definition so the correct function pointer is passed to CLOCKSOURCE_OF_DECLARE

2013-12-02 Thread Jiri Kosina
On Mon, 25 Nov 2013, dt.ta...@gmail.com wrote: > From: Daniel Tang > This really needs a proper changelog. > > Signed-off-by: Daniel Tang > --- > drivers/clocksource/zevio-timer.c | 19 +-- > 1 file changed, 9 insertions(+), 10 deletions(-) > > diff --git a/drivers/clocksou

[PATCH 1/2] clocksource: zevio-timer: fix incorrect function definition so the correct function pointer is passed to CLOCKSOURCE_OF_DECLARE

2013-11-24 Thread dt . tangr
From: Daniel Tang Signed-off-by: Daniel Tang --- drivers/clocksource/zevio-timer.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/drivers/clocksource/zevio-timer.c b/drivers/clocksource/zevio-timer.c index ca81809..a1bd107 100644 --- a/drivers/clockso