Re: [U-Boot] [PATCH 05/17] stdio: remove useless strncpy

2012-11-15 Thread Simon Glass
Hi Wolfgang, On Sat, Nov 3, 2012 at 8:31 AM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1351902453-27956-6-git-send-email-...@chromium.org> you wrote: >> From: Vincent Palatin >> >> The name is already copied when we memopy the whole structure. > > memopy? > Done >> --- a/common/

Re: [U-Boot] [PATCH 05/17] stdio: remove useless strncpy

2012-11-03 Thread Wolfgang Denk
Dear Simon Glass, In message <1351902453-27956-6-git-send-email-...@chromium.org> you wrote: > From: Vincent Palatin > > The name is already copied when we memopy the whole structure. memopy? > --- a/common/stdio.c > +++ b/common/stdio.c > @@ -135,7 +135,6 @@ struct stdio_dev* stdio_clone(stru

[U-Boot] [PATCH 05/17] stdio: remove useless strncpy

2012-11-02 Thread Simon Glass
From: Vincent Palatin The name is already copied when we memopy the whole structure. Signed-off-by: Vincent Palatin Commit-Ready: Vincent Palatin Signed-off-by: Simon Glass --- common/stdio.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/common/stdio.c b/common/st