]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[CCID3]: Move NULL-protection into function
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Wed, 26 Sep 2007 14:24:28 +0000 (11:24 -0300)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:52:41 +0000 (16:52 -0700)
commit2e86908f7dfb71b67ca4739d9a6c678b83b01078
tree34000d4935057601e86b448698ff5fa55910b852
parent08831700cc65f85a497d6b32b1c83ca84d71de4a
[CCID3]: Move NULL-protection into function

This moves several instances of testing against NULL into the function which is
used to de-reference the CCID-private data.

Committer note: Made the BUG_ON depend on having CONFIG_IP_DCCP_CCID3_DEBUG, as it
                is too much to have this on production code. Also made sure that
                the macro is used only after checking if sk_state is not LISTEN,
                to make it equivalent to what we had before.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
net/dccp/ccids/ccid3.c
net/dccp/ccids/ccid3.h