OSDN Git Service

tipc: checking for NULL instead of IS_ERR()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 18 Oct 2017 07:48:25 +0000 (10:48 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Oct 2017 07:34:00 +0000 (08:34 +0100)
commitc75e427d9349ec3e0059752cc784e1c301474c2d
tree3f955552a1d3a5d6ccd22cda5432d5fc6c173009
parent6575f35415c406b58e9f6235df4b8272f8696131
tipc: checking for NULL instead of IS_ERR()

The tipc_alloc_conn() function never returns NULL, it returns error
pointers, so I have fixed the check.

Fixes: 14c04493cb77 ("tipc: add ability to order and receive topology events in driver")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/server.c