Re: [PATCH] PPC: Fix potential NULL dereference

2007-11-19 Thread Kumar Gala
On Thu, 15 Nov 2007, Cyrill Gorcunov wrote: > This patch does fix potential NULL pointer dereference > that could take place inside of strcmp() if > of_get_property() call failed. > > Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]> > --- > > arch/powerpc/platforms/83xx/usb.c |8 >

Re: [PATCH] PPC: Fix potential NULL dereference

2007-11-19 Thread Kumar Gala
On Thu, 15 Nov 2007, Cyrill Gorcunov wrote: This patch does fix potential NULL pointer dereference that could take place inside of strcmp() if of_get_property() call failed. Signed-off-by: Cyrill Gorcunov [EMAIL PROTECTED] --- arch/powerpc/platforms/83xx/usb.c |8 1 files

[PATCH] PPC: Fix potential NULL dereference

2007-11-15 Thread Cyrill Gorcunov
This patch does fix potential NULL pointer dereference that could take place inside of strcmp() if of_get_property() call failed. Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]> --- arch/powerpc/platforms/83xx/usb.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff

[PATCH] PPC: Fix potential NULL dereference

2007-11-15 Thread Cyrill Gorcunov
This patch does fix potential NULL pointer dereference that could take place inside of strcmp() if of_get_property() call failed. Signed-off-by: Cyrill Gorcunov [EMAIL PROTECTED] --- arch/powerpc/platforms/83xx/usb.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git