From: Jiri Bohac Date: Fri, 9 Feb 2007 00:02:21 +0000 (-0800) Subject: [IPX]: Fix NULL pointer dereference on ipx unload X-Git-Tag: v2.6.21-rc1~83^2~65^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1539b98b561754252dd520b98fa03a688a4f81b5;p=pandora-kernel.git [IPX]: Fix NULL pointer dereference on ipx unload Fixes a null pointer dereference when unloading the ipx module. On initialization of the ipx module, registering certain packet types can fail. When this happens, unloading the module later dereferences NULL pointers. This patch fixes that. Please apply. Signed-off-by: Jiri Bohac Signed-off-by: David S. Miller --- Reading git-diff-tree failed