From: Dan Williams Date: Thu, 31 Mar 2011 20:10:42 +0000 (-0700) Subject: isci: cleanup isci_remote_device[_not]_ready interface X-Git-Tag: v3.0-rc6~1^2~1^2~182 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=037afc7812e2b202fbc18218e6c0eff34dad36ed;p=pandora-kernel.git 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 --- Reading git-diff-tree failed