Re: [PATCH 2/6] IA64: fix memset size error

2007-11-04 Thread Simon Horman
On Mon, Nov 05, 2007 at 10:20:12AM +0800, Li Zefan wrote: > Li Zefan wrote: > > The size arguments passing to memset is wrong. > > > > Signed-off-by Li Zefan <[EMAIL PROTECTED]> This looks correct to me. Acked. > > > > --- > > drivers/video/ps3fb.c |2 +- > > 1 files changed, 1 insertions(

Re: [PATCH 2/6] IA64: fix memset size error

2007-11-04 Thread Simon Horman
On Mon, Nov 05, 2007 at 10:17:24AM +0800, Li Zefan wrote: > The size arguments passing to memset is wrong. > > Signed-off-by Li Zefan <[EMAIL PROTECTED]> This looks correct to me. Acked. > --- > drivers/video/ps3fb.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git

Re: [PATCH 2/6] IA64: fix memset size error

2007-11-04 Thread Li Zefan
Li Zefan wrote: > The size arguments passing to memset is wrong. > > Signed-off-by Li Zefan <[EMAIL PROTECTED]> > > --- > drivers/video/ps3fb.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > Sorry, please ignore the wrong patch, and here is the right one: --- arch/ia64/kerne

[PATCH 2/6] IA64: fix memset size error

2007-11-04 Thread Li Zefan
The size arguments passing to memset is wrong. Signed-off-by Li Zefan <[EMAIL PROTECTED]> --- drivers/video/ps3fb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/ps3fb.c b/drivers/video/ps3fb.c index b3463dd..75836aa 100644 --- a/drivers/video/ps3fb.c ++