commit | 037afc7812e2b202fbc18218e6c0eff34dad36ed | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Thu Mar 31 13:10:42 2011 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Sun Jul 03 04:00:36 2011 -0700 |
tree | c5a176ecc5aa34d6d1b98c9fd92797c4bb14155e | |
parent | ed8a72d108bd951909b28fa4a89aad6489f414e1 [diff] |
isci: cleanup isci_remote_device[_not]_ready interface Require a valid isci_host in support of the general cleanup to not re-lookup the host via potentially fragile methods when more robust methods are available. Also cleans up some more casting that should be using container_of() to up-cast a base structure in a more type-safe manner. Signed-off-by: Dan Williams <dan.j.williams@intel.com>