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:
3151d06
)
target/pscsi: blk_make_request() returns an ERR_PTR()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 2 Nov 2011 15:48:15 +0000
(08:48 -0700)
committer
Nicholas Bellinger
<nab@linux-iscsi.org>
Wed, 2 Nov 2011 15:58:47 +0000
(15:58 +0000)
The check is wrong here because blk_make_request() returns an
ERR_PTR() and it doesn't return NULL.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org>
No differences found