Re: [PATCH] SPARC64: check for possible NULL pointer dereference

2007-11-20 Thread David Miller
From: Cyrill Gorcunov <[EMAIL PROTECTED]> Date: Tue, 20 Nov 2007 20:28:33 +0300 > From: Cyrill Gorcunov <[EMAIL PROTECTED]> > > This patch adds checking for possible NULL pointer dereference > if of_find_property() failed. > > Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]> Applied, thanks.

[PATCH] SPARC64: check for possible NULL pointer dereference

2007-11-20 Thread Cyrill Gorcunov
From: Cyrill Gorcunov <[EMAIL PROTECTED]> This patch adds checking for possible NULL pointer dereference if of_find_property() failed. Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]> --- I'm not sure about the message being printed in worst case. Check please.

[PATCH] SPARC64: check for possible NULL pointer dereference

2007-11-20 Thread Cyrill Gorcunov
From: Cyrill Gorcunov [EMAIL PROTECTED] This patch adds checking for possible NULL pointer dereference if of_find_property() failed. Signed-off-by: Cyrill Gorcunov [EMAIL PROTECTED] --- I'm not sure about the message being printed in worst case. Check please. arch/sparc64/kernel/pci_sun4v.c |

Re: [PATCH] SPARC64: check for possible NULL pointer dereference

2007-11-20 Thread David Miller
From: Cyrill Gorcunov [EMAIL PROTECTED] Date: Tue, 20 Nov 2007 20:28:33 +0300 From: Cyrill Gorcunov [EMAIL PROTECTED] This patch adds checking for possible NULL pointer dereference if of_find_property() failed. Signed-off-by: Cyrill Gorcunov [EMAIL PROTECTED] Applied, thanks. - To