commit | abfb689711aaebd14d893236c6ea4bcdfb61e74c | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Nov 05 11:39:52 2015 +0300 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Fri Dec 18 15:34:33 2015 -0500 |
tree | e1f39a31fd6b8115f7202de5c7ee97dd9b890028 | |
parent | 38b95bcf122545db7035a06d79ec9e851be2e011 [diff] |
xprtrdma: checking for NULL instead of IS_ERR() The rpcrdma_create_req() function returns error pointers or success. It never returns NULL. Fixes: f531a5dbc451 ('xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffers') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>