git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f27fb2e
)
[SCSI] be2iscsi: remove host and session casts
author
Mike Christie
<michaelc@cs.wisc.edu>
Mon, 25 Jul 2011 18:48:46 +0000
(13:48 -0500)
committer
James Bottomley
<JBottomley@Parallels.com>
Sat, 27 Aug 2011 14:36:17 +0000
(08:36 -0600)
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>
No differences found