Re: [PATCH/TRIVIAL] blackfin: time-ts: Remove duplicate assignment

2012-12-20 Thread Bob Liu
On Wed, Dec 19, 2012 at 7:01 AM, Stephen Boyd wrote: > It seems that this assignment is done twice in a row. Remove the > duplicate assignment. > That's right. Will be applied, thanks. > Signed-off-by: Stephen Boyd > Cc: Steven Miao > Cc: triv...@kernel.org > --- > > Noticed while grepping for

Re: [PATCH/TRIVIAL] blackfin: time-ts: Remove duplicate assignment

2012-12-18 Thread Jesper Juhl
On Tue, 18 Dec 2012, Stephen Boyd wrote: > It seems that this assignment is done twice in a row. Remove the > duplicate assignment. > > Signed-off-by: Stephen Boyd > Cc: Steven Miao > Cc: triv...@kernel.org > --- > > Noticed while grepping for broadcast users. > > arch/blackfin/kernel/time-t

[PATCH/TRIVIAL] blackfin: time-ts: Remove duplicate assignment

2012-12-18 Thread Stephen Boyd
It seems that this assignment is done twice in a row. Remove the duplicate assignment. Signed-off-by: Stephen Boyd Cc: Steven Miao Cc: triv...@kernel.org --- Noticed while grepping for broadcast users. arch/blackfin/kernel/time-ts.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/arc