From: Mike Christie Date: Mon, 25 Jul 2011 18:48:46 +0000 (-0500) Subject: [SCSI] be2iscsi: remove host and session casts X-Git-Tag: v3.2-rc1~125^2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3093b0484d77ea774d74dfd7f5419831a716a9aa;p=pandora-kernel.git [SCSI] be2iscsi: remove host and session casts iscsi_session_to_shost is a macro around dev_to_shost which returns a Scsi_Host so there is no need to cast. iscsi_session_to_shost is a macro around shost_priv which returns a void pointer so no need to cast. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed