From: Mike Christie Date: Wed, 16 Feb 2011 21:04:41 +0000 (-0600) Subject: [SCSI] be2iscsi: fix null ptr ref in conn get param X-Git-Tag: v2.6.39-rc1~440^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7f7fd5b7ea114e0f85fc4f2a853f6564410588d;p=pandora-kernel.git [SCSI] be2iscsi: fix null ptr ref in conn get param The ep_disconnect function could be freeing the ep while beiscsi_conn_get_param is running. This has the driver use the get ep param callback instead of the get conn param to fix this. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed