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:
6313e3c
)
[SCSI] osd: checking NULL instead of ERR_PTR()
author
Dan Carpenter
<error27@gmail.com>
Fri, 12 Nov 2010 04:31:46 +0000
(07:31 +0300)
committer
James Bottomley
<James.Bottomley@suse.de>
Thu, 9 Dec 2010 15:24:13 +0000
(09:24 -0600)
bio_map_kern() returns ERR_PTRs on failure and never returns NULL.
[jejb: remove redundant unlikely spotted by Tobias Klauser]
Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
No differences found