commit | 3093b0484d77ea774d74dfd7f5419831a716a9aa | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Mon Jul 25 13:48:46 2011 -0500 |
committer | James Bottomley <JBottomley@Parallels.com> | Sat Aug 27 08:36:17 2011 -0600 |
tree | 34b1afe3fea1f90fa1acac25015da3647b1479f7 | |
parent | f27fb2ef7bd88c9c5f67befe4d85e2155aa0e1a8 [diff] |
[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 <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>