From: Dan Carpenter Date: Fri, 12 Nov 2010 04:31:46 +0000 (+0300) Subject: [SCSI] osd: checking NULL instead of ERR_PTR() X-Git-Tag: v2.6.37-rc6~15^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=057f02a38e67a944a2d0b89bb0111efb9dbe6e6e;p=pandora-kernel.git [SCSI] osd: checking NULL instead of ERR_PTR() 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 Acked-by: Boaz Harrosh Signed-off-by: James Bottomley --- Reading git-diff-tree failed