From: Dan Carpenter Date: Wed, 2 Nov 2011 15:48:15 +0000 (-0700) Subject: target/pscsi: blk_make_request() returns an ERR_PTR() X-Git-Tag: v3.2-rc1~24^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed327ed337a6ee6919ee092c82ac3edeb63bd4de;p=pandora-kernel.git target/pscsi: blk_make_request() returns an ERR_PTR() The check is wrong here because blk_make_request() returns an ERR_PTR() and it doesn't return NULL. Signed-off-by: Dan Carpenter Signed-off-by: Nicholas A. Bellinger --- Reading git-diff-tree failed