tcp_memcontrol: fix reversed if condition
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 15 Dec 2011 01:05:10 +0000 (01:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Dec 2011 16:59:44 +0000 (11:59 -0500)
We should only dereference the pointer if it's valid, not the other way
round.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found