commit | c48e074c7c75c0de4652ea5f5bf4e74c8cf4e3dd | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Dec 15 01:05:10 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 15 11:59:44 2011 -0500 |
tree | 420f3e91fc506f841e1caacc436a1780f8a4d1a9 | |
parent | 888bdaa9b2c426dcca214e6efd388080938082cb [diff] |
tcp_memcontrol: fix reversed if condition 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>