IB/srpt: Fix ERR_PTR() vs. NULL checking confusion
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 4 Nov 2011 18:27:32 +0000 (21:27 +0300)
committerRoland Dreier <roland@purestorage.com>
Fri, 3 Feb 2012 17:07:00 +0000 (09:07 -0800)
transport_init_session() and target_fabric_configfs_init() don't
return NULL pointers, they only return ERR_PTRs or valid pointers.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>

No differences found