appletalk: Fix OOPS in atalk_release().
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 Apr 2011 01:59:10 +0000 (18:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Apr 2011 01:59:10 +0000 (18:59 -0700)
commitc100c8f4c3c6f2a407bdbaaad2c4f1062e6a473a
treebc4075ba65a4187ca46642589f5299cde399ae22
parentc37947459172a02691ccd48cb967e8b605d38c56
appletalk: Fix OOPS in atalk_release().

Commit 60d9f461a20ba59219fdcdc30cbf8e3a4ad3f625 ("appletalk: remove
the BKL") added a dereference of "sk" before checking for NULL in
atalk_release().

Guard the code block completely, rather than partially, with the
NULL check.

Reported-by: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/appletalk/ddp.c