git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebfded8
)
IB/srpt: Fix ERR_PTR() vs. NULL checking confusion
author
Dan Carpenter
<dan.carpenter@oracle.com>
Fri, 4 Nov 2011 18:27:32 +0000
(21:27 +0300)
committer
Roland 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