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:
2338886
)
target: Fix ERR_PTR dereferencing bugs
author
Dan Carpenter
<error27@gmail.com>
Wed, 15 Jun 2011 16:41:33 +0000
(09:41 -0700)
committer
Nicholas Bellinger
<nab@linux-iscsi.org>
Fri, 24 Jun 2011 00:03:27 +0000
(
00:03
+0000)
transport_init_session() and core_tmr_alloc_req() never return NULL,
they only return ERR_PTRs on error.
v2: Fix patch to return PTR_ERR(tl_nexus->se_sess) from Ankit Jain's
feedback.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Ankit Jain <jankit@suse.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
No differences found